Create a simple Login App using Firebase Auth [2024]

Sdílet
Vložit
  • čas přidán 3. 07. 2024
  • In this video, I will show you how to create a simple login and signup app using Firebase.
    Source code: link.ravecode.io/FirebaseAuth...
    Chapters:
    0:00 Intro
    0:15 Create the App
    0:31 Connect App with Firebase
    2:31 Creating Login & Signup Activities
    3:34 Enabling viewBinding
    5:55 Creating Login & Signup UI
    11:23 Enable Authentication in Firebase
    12:19 Coding the Backend
    21:02 Testing the App
    👉 Want some help from me? Let's meet!: link.ravecode.io/android-help
    👉 Get 1800+ Android Developer's Resources with 70% OFF with coupon GET70: link.ravecode.io/android-reso...
    👉 Wanna share a video Idea you want? Share here: link.ravecode.io/share-idea
    👉 Want us to build your android app? contact here androiddev@ravecode.io
    Connect with Ravecode on social media:
    🐦 Twitter/X: @ravecodeio
    📱 Instagram: @ravecode.io
    👨🏻‍💻 LinkedIn: @ravecodeio
    #Android #AndroidStudio #AndroidDeveloper
  • Věda a technologie

Komentáře • 11

  • @vladpopescu8625
    @vladpopescu8625 Před měsícem +1

    Thank you so much,it works perfect keep up the good work.💪

  • @Hamza_BR00
    @Hamza_BR00 Před měsícem +1

    Great work man, keep it up, subscribed !

  • @aivescasio5531
    @aivescasio5531 Před 6 dny +1

    cant restart to the login page even when restarting app

    • @RavecodeAndroid
      @RavecodeAndroid  Před 4 dny

      Check menifest

    • @aivescasio5531
      @aivescasio5531 Před 2 dny +1

      @@RavecodeAndroid its okay already, i did put a back button that you said in the other comments and it worked thanks

  • @arulkumar5810
    @arulkumar5810 Před měsícem +1

    how to log out ??

    • @RavecodeAndroid
      @RavecodeAndroid  Před měsícem +1

      Add a logout button with this function in its onClickListener Firebase.auth.signOut() and move the user to LoginActivity using an intent

    • @aivescasio5531
      @aivescasio5531 Před 6 dny

      @@RavecodeAndroid where?