You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
current version of sign up is wrong, password is not validated on front end properly
when I enter 4 characters password, app crashes
com.google.android.gms.tasks.RuntimeExecutionException: com.google.firebase.auth.FirebaseAuthWeakPasswordException: The given password is invalid. [ Password should be at least 6 characters ] at com.google.android.gms.tasks.zzw.getResult(com.google.android.gms:play-services-tasks@@18.0.2:3) at com.google.firebase.quickstart.database.kotlin.SignInFragment.signUp$lambda$5(SignInFragment.kt:102)
The text was updated successfully, but these errors were encountered:
current version of sign up is wrong, password is not validated on front end properly
when I enter 4 characters password, app crashes
com.google.android.gms.tasks.RuntimeExecutionException: com.google.firebase.auth.FirebaseAuthWeakPasswordException: The given password is invalid. [ Password should be at least 6 characters ] at com.google.android.gms.tasks.zzw.getResult(com.google.android.gms:play-services-tasks@@18.0.2:3) at com.google.firebase.quickstart.database.kotlin.SignInFragment.signUp$lambda$5(SignInFragment.kt:102)
The text was updated successfully, but these errors were encountered: