-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Milestone
Description
Steps to reproduce:
- Login using email, password mechanism.
- Use SmartLock to remember the login credentials.
- Delete the user using the "Delete account" button
- go back to the auth screen and try to login / signup again.
- Get stuck at this blank screen
In logcat, I can see an error as follows
08-03 12:34:35.870 15352-15352/com.firebase.uidemo W/ChooseAccountActivity: Unsuccessful sign in with email and password
com.google.firebase.auth.FirebaseAuthInvalidUserException: There is no user record corresponding to this identifier. The user may have been deleted.
at com.google.android.gms.internal.zzafg.zzes(Unknown Source)
at com.google.android.gms.internal.zzafd$zzg.zza(Unknown Source)
at com.google.android.gms.internal.zzafo.zzet(Unknown Source)
at com.google.android.gms.internal.zzafo$zza.onFailure(Unknown Source)
at com.google.android.gms.internal.zzafj$zza.onTransact(Unknown Source)
at android.os.Binder.execTransact(Binder.java:453)
There seems to be no way to get out of this scenario even by clearing the app cache etc.

