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

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2024

ความคิดเห็น • 30

  • @manavkumarpatel9678
    @manavkumarpatel9678 2 ปีที่แล้ว

    This tutorial was the best out of all😍

  • @pratibhamahobia5306
    @pratibhamahobia5306 2 ปีที่แล้ว +1

    Perfectly Explained. Very well done

  • @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.

  • @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 2 ปีที่แล้ว

    Thanks for the video. Best explaination

  • @laiqahmed4271
    @laiqahmed4271 2 ปีที่แล้ว

    great explanation!!!!

  • @TheContentKingdom96
    @TheContentKingdom96 2 ปีที่แล้ว

    Great one..💯.

  • @miraeshi6370
    @miraeshi6370 2 ปีที่แล้ว

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

  • @duopartner3688
    @duopartner3688 2 ปีที่แล้ว

    Very nice video

  • @thegadget3607
    @thegadget3607 2 ปีที่แล้ว

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

  • @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.

  • @Apixdan
    @Apixdan 2 ปีที่แล้ว

    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  2 ปีที่แล้ว

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

  • @mochamadnurkhayalkadafi1596
    @mochamadnurkhayalkadafi1596 2 ปีที่แล้ว

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

  • @Neerajkumar-mc7wk
    @Neerajkumar-mc7wk 2 ปีที่แล้ว

    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  2 ปีที่แล้ว

      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?

  • @nailiasyraf8001
    @nailiasyraf8001 2 ปีที่แล้ว

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

    • @codeLabX-pro
      @codeLabX-pro  2 ปีที่แล้ว

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

    • @nailiasyraf8001
      @nailiasyraf8001 2 ปีที่แล้ว

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

    • @codeLabX-pro
      @codeLabX-pro  2 ปีที่แล้ว

      @@nailiasyraf8001 what's the error.

  • @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?