quickstart-android icon indicating copy to clipboard operation
quickstart-android copied to clipboard

app crashes with FirebaseAuthWeakPasswordException Password should be at least 6 characters

Open filipatbnp opened this issue 2 years ago • 1 comments

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)

filipatbnp avatar Aug 11 '23 08:08 filipatbnp

This issue does not seem to follow the issue template. Make sure you provide all the required information.

google-oss-bot avatar Aug 11 '23 08:08 google-oss-bot