Login and Registration App with Firebase Authentication | Android Studio [2021] [Source code]

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

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

  • @manavkumarpatel9678
    @manavkumarpatel9678 2 года назад

    I'm giving a like and following this account for sure

  • @Funfacts8095
    @Funfacts8095 3 года назад

    Nice video, very nice and clear explanation by you sir, keep posting videos.

  • @pratibhamahobia5306
    @pratibhamahobia5306 3 года назад +1

    Perfectly Explained. Very well done

  • @manavkumarpatel9678
    @manavkumarpatel9678 2 года назад

    This tutorial was the best out of all😍

  • @aaravagrawal8799
    @aaravagrawal8799 2 года назад

    yoo tysm it worked flawlessly, tho i was facing a problem, in the login page if i left the email tab empty and filled the password line. the app crashed

  • @swatitamboli4348
    @swatitamboli4348 3 года назад

    Thanks for the video. Best explaination

  • @thegadget3607
    @thegadget3607 3 года назад

    Thanks you very much for superb video :). Can you explain how to add retrieve password in Firebase.

  • @miraeshi6370
    @miraeshi6370 3 года назад

    Thanks you very much for this video, this tutorial really helps me! :)

  • @laiqahmed4271
    @laiqahmed4271 2 года назад

    great explanation!!!!

  • @MrIMacro
    @MrIMacro 2 года назад

    Problem with inputText. When you fill the password and leave the email empty and then press login, the app crashes. Could you please help me with that. Thanks a lot.

    • @codeLabX-pro
      @codeLabX-pro  2 года назад

      Insert a check for field empty, so that it does not crash,
      Use "varaiable_name.isEmpty:

    • @MrIMacro
      @MrIMacro 2 года назад

      @@codeLabX-pro Thanks i am a beginner so i don't know what to put and where to put it. Thanks anyway.

  • @mochamadnurkhayalkadafi1596
    @mochamadnurkhayalkadafi1596 2 года назад

    hi sir, how to add extra fields like Age & Gender with this auth feature?

  • @Neerajkumar-mc7wk
    @Neerajkumar-mc7wk 3 года назад

    When i click on register the toast mssge of else is apoearing in task. Successful its not running taesk. Succesful but else statement is running

    • @codeLabX-pro
      @codeLabX-pro  3 года назад

      Please check the code the link to source code is allcodingtutorials.weebly.com/blogs/login-and-registration-with-firebase-authentication

  • @alanchen6332
    @alanchen6332 2 года назад

    Anyone know what to do if error "CONFIGURATION_NOT_FOUND" occurred?

  • @duopartner3688
    @duopartner3688 2 года назад

    Very nice video

  • @nailiasyraf8001
    @nailiasyraf8001 3 года назад

    having error on this line sir
    textRegister = findViewById(R.id.text_register);
    text_register is showing red

    • @codeLabX-pro
      @codeLabX-pro  3 года назад

      Please ensure that the same name exists in the XML or is it clashing with another ID.

    • @nailiasyraf8001
      @nailiasyraf8001 3 года назад

      @@codeLabX-pro okay fixed already. but somehow i cant click on register :o

    • @codeLabX-pro
      @codeLabX-pro  3 года назад

      @@nailiasyraf8001 what's the error.

  • @Apixdan
    @Apixdan 3 года назад

    Will this work if I use a fragment to show login and another fragment to show register? Will there be any extra code required?

    • @codeLabX-pro
      @codeLabX-pro  3 года назад

      Thanks for asking . It will work, no issue should arise. same code will work . Only extra code for fragments. It's a nice idea

  • @enriquekin-iway2382
    @enriquekin-iway2382 2 года назад

    why there is no FirebaseAuth from me

    • @codeLabX-pro
      @codeLabX-pro  2 года назад +1

      You have to add firebase dependencies and do the sync. Then the firebaseauth will work. Thanks for asking.

  • @shehrozarshad9857
    @shehrozarshad9857 2 года назад

    my help😀😊😅😃😃😃😃😨😰

  • @farahdd4974
    @farahdd4974 2 года назад

    I keep getting trust anchor for certification path not found whenever I click sign up🥲 can anyone help?