10.2 Authentication
Setting up Authentication
implementation 'com.google.firebase:firebase-auth-ktx'
implementation 'com.google.android.gms:play-services-auth:19.0.0'private lateinit var auth: FirebaseAuthauth = Firebase.authGeneral
Check for signed-in users
Sign-out
Google Sign-In

Password Authentication

Last updated
Was this helpful?