Android Question Firebase Error InternalFirebaseAuth.FIREBASE_AUTH_API

Javier Garrido

Member
Licensed User
Hi, I'm getting this error when trying to authenticate with FirebaseAuth.
Could you help me? Thanks


Log
onAuthStateChanged: com.google.firebase.auth.internal.zzv@68c4f2
SignInWithGoogle called
** Activity (main) Pause, UserClosed = false **
sending message to waiting queue (OnActivityResult)
running waiting messages (1)
SignInWithGoogle.ResultArrived
ResultArrived Success
** Activity (main) Resume **
firebaseAuthWithGoogle success: false
error: com.google.firebase.FirebaseApiNotAvailableException: API: InternalFirebaseAuth.FIREBASE_AUTH_API is not available on this device. Connection failed with: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null, message=null}
 

Javier Garrido

Member
Licensed User
Xiaomi Redmi noté 9. Sí, el servicio Google Play está instalado.

is there a way to catch the success = false of the login attempt?
 
Upvote 0
Top