How to Authenticate Your App Users with Firebase Authentication - Jetpack Compose

Опубликовано: 10 Май 2025
на канале: All Techies
1,651
28

Adding an authentication service is very straightforward with Firebase, in fact, it even lets you manage users like reset passwords, block users etc.

This tutorial is more focused towards how to add Firebase Auth, in case you haven't checked out the previous video on how to create login UI then head over to the following tutorial
   • Create login screen with Jetpack Compose  

To generate debug SHA 1 key type the following in the android studio terminal
./gradlew signingReport
Note: Remember this is just for the debug build, the release build will have a different SHA 1 key.

#jetpackcompose #firebase #authentication