Login and Signup using Firebase Realtime Database in Android Studio | Explanation Video

Поделиться
HTML-код
  • Опубликовано: 23 янв 2025

Комментарии • 59

  • @android_knowledge
    @android_knowledge  Год назад +8

    Please, change:
    1. reference.child(name).setValue(helperClass); to reference.child(username).setValue(helperClass); in SignupActivity at 15:22
    2. if(!Objects.equals(passwordFromDB, userPassword)) to if (passwordFromDB.equals(userPassword)) in LoginActivity at 20:10
    Refer updated source code:
    androidknowledge.com/login-signup-android-studio-firebase-realtime/

    • @siryellow371
      @siryellow371 Год назад +1

      Hi sir, can you make more videos about login - account registration with google? Thank!!!!

    • @akhmadkhoirudin53
      @akhmadkhoirudin53 Год назад +1

      how to create a login by creating access rights
      admins and users?

    • @sadness9438
      @sadness9438 8 месяцев назад

      After changing the code still there is an error that user does not exist plz tell How to solve this error

    • @MishaelCatignas
      @MishaelCatignas 2 месяца назад

      at 2:15, why does mine not get connected when I add realtime database to my app

    • @MuhammadAsad-t2y
      @MuhammadAsad-t2y 2 месяца назад

      @@MishaelCatignas have you resolve the issue?

  • @karthickg5202
    @karthickg5202 4 месяца назад +6

    In kola version adding the realtime database SDK is not working can any one work

  • @nyambegivenlinyotwa26
    @nyambegivenlinyotwa26 5 месяцев назад

    this is amazing it helped me with my school project
    Thank you very much

  • @milandeori5135
    @milandeori5135 10 месяцев назад

    Didi your explanation is too good ❤

  • @bvndio3736
    @bvndio3736 Год назад +1

    Muchisimas gracias por el video me sirvio demasiado para una aplicacion que estoy haciendo de tarea para la universidad!!

  • @Psychopatz
    @Psychopatz Год назад

    I watched countless of tutorials with regards to this and I was shocked that we can automate the imports easily, the firebase tutorial also doesnt help. SUPERRTHANKSSSSS TO YOU Ma'am!!!!

  • @Nov_Net
    @Nov_Net 2 месяца назад

    Thank you very much, this helps a lot with my project 🙏

  • @raveeshamadhumal9338
    @raveeshamadhumal9338 Год назад

    Thank you so much for the vid. Keep upload these types of content.

  • @kellygrace-ei6wm
    @kellygrace-ei6wm 10 месяцев назад

    thankyou. this was very helpful and well detailed

  • @kenilbhungani536
    @kenilbhungani536 11 месяцев назад

    You are unbelievable thanks for tutorial.

  • @MissDolphin-jq1mt
    @MissDolphin-jq1mt 3 месяца назад

    Hi, i wanna ask why do mine cannot add realtime database but it can connected to firebase ?

  • @devabdul
    @devabdul Год назад +1

    Thank you so much did.
    you're amazing mentor ❤

  • @greendinerrecipes172
    @greendinerrecipes172 Год назад +2

    Excellent video tutorial, but you didn't complete the Register Activity Java class. going by what you did here, there are so many red flags and errors. check very well

  • @novayoutube2937
    @novayoutube2937 Год назад +1

    Thanks for this video!

  • @Mohit-il9gx
    @Mohit-il9gx Год назад +1

    Can provide you Firebase code just the curd functions function not the full code

  • @juniorngoie-z6s
    @juniorngoie-z6s Год назад +1

    thanks for the video really appreciate and helpful, i'm creating a mobile app based location i would like if you can show me how to store a location in the database

  • @DarlingHiroXX
    @DarlingHiroXX 8 месяцев назад

    Thanks It worked, However, I am wondering why didn't you used constraint layout?

  • @pjpj2177
    @pjpj2177 8 месяцев назад

    the app does not run and always says that it keeps stopping :(

  • @aww.moment-05
    @aww.moment-05 9 месяцев назад +1

    I am not getting the option to click on continue ??

    • @vinayakkundar6241
      @vinayakkundar6241 Месяц назад

      Hey did you find out how can we use this realtime database, I facing many issue.. please help if know

  • @glydelsolis5066
    @glydelsolis5066 10 месяцев назад

    mine wont show dependencies set up correctly

  • @M.HPriyanka
    @M.HPriyanka Год назад

    keep it up. Thank you

  • @beninaskar8125
    @beninaskar8125 18 дней назад

    Malicious alert is happening how to sort out

  • @dipjyotigayan7860
    @dipjyotigayan7860 Год назад +1

    Thanks.... your videos are so much informative......❤❤❤❤❤❤
    I need a help ,
    I am getting this message :
    [Firebase] Client access to your Realtime Database 'store-data-realtime' is expiring soon
    Can you please tell me how to avoid this

    • @android_knowledge
      @android_knowledge  Год назад

      As it was in the test mode, hence the period was of 30 days only after that it will get expired.
      So, you need to change the date in the firebase rules.
      Check the below link for more detail:
      stackoverflow.com/questions/58869759/email-firebase-client-access-to-your-cloud-firestore-database-expiring-in-x-d

  • @EXPERTGAMER7
    @EXPERTGAMER7 2 месяца назад

    why is my database not updating when a register

    • @vinayakkundar6241
      @vinayakkundar6241 Месяц назад

      Same here, if you please find the solution please help me... This is an urgent message, please

  • @WNFDraco
    @WNFDraco Год назад

    Thank you very much🎉

  • @3ezoTech7-10
    @3ezoTech7-10 Год назад

    Can you do uploading and retrieving pdf file using REST Api or Firebase its so hard i feel Broken from it

  • @sammyomoto5456
    @sammyomoto5456 Год назад +1

    Do you have a video for creating multiple user log in and sign in. E.g. admin and user?

  • @mukeshkeswani3763
    @mukeshkeswani3763 Год назад +1

    Hello
    Login shows user does not exists

    • @shmrawnak2636
      @shmrawnak2636 Год назад

      delete the Query line in login activity "Query checkUserDatabase = reference.orderByChild("username").equalTo(userUsername);" ....instead of the next line "checkUserDatabase.addListenerForSingleValueEvent(new ValueEventListener()" use "reference.addListenerForSingleValueEvent(new ValueEventListener()"..

    • @imtiazzihad3998
      @imtiazzihad3998 Год назад

      same

    • @imtiazzihad3998
      @imtiazzihad3998 Год назад

      you are solved the problem?
      @@shmrawnak2636

    • @leenyt1574
      @leenyt1574 10 месяцев назад

      How to fix this?

    • @hieuk4t3
      @hieuk4t3 7 месяцев назад

      @@leenyt1574 have you fixed it ?

  • @sayer3710
    @sayer3710 Год назад

    Can u upload a video how to add logout feature Pls! Thx

  • @sumitsalve6060
    @sumitsalve6060 4 месяца назад +1

    Main Activity code please

  • @hotmysterytamil
    @hotmysterytamil 9 месяцев назад +1

    Wow! How to memory in this codes and thank u

  • @shahenshahgaming9998
    @shahenshahgaming9998 Год назад

    And then create a chat app like imo whatsapp?please give me the video

  • @satyajitredekar
    @satyajitredekar 11 месяцев назад

    I love you 😍💗

  • @dar649
    @dar649 Год назад +1

    Thanks

  • @aqnodj
    @aqnodj Год назад

    @android_knowledge it has evo gen virus i cant open the app, help pls

  • @JullianGeraldizo
    @JullianGeraldizo 7 месяцев назад

    15:56

  • @salimrashid5523
    @salimrashid5523 8 месяцев назад

    14:36

  • @Tahadar-gz5we
    @Tahadar-gz5we Год назад

    Hallo mam plz speaks hindi

  • @dar649
    @dar649 Год назад +1

    Hallo mam plz speaks hindi or urdu

  • @dazyemen6272
    @dazyemen6272 Год назад

    Thanks