We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FirebaseAuthWeakPasswordException
FirebaseAuthInvalidCredentialsException
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In the Android SDK, FirebaseAuthWeakPasswordException extends FirebaseAuthInvalidCredentialsException (see https://firebase.google.com/docs/reference/android/com/google/firebase/auth/FirebaseAuthWeakPasswordException).
The corresponding error code is auth/weak-password -- see the corresponding code in the JS SDK: https://github.com/firebase/firebase-js-sdk/blob/69ff8eb549e49de51cae11a04bce023bb6e1fc02/packages/auth/src/core/errors.ts#L551.
auth/weak-password
The current code mapping (https://github.com/GitLiveApp/firebase-kotlin-sdk/blob/master/firebase-auth/src/jsMain/kotlin/dev/gitlive/firebase/auth/auth.kt#L157) will handle this relatively important case as a generic error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the Android SDK,
FirebaseAuthWeakPasswordException
extendsFirebaseAuthInvalidCredentialsException
(see https://firebase.google.com/docs/reference/android/com/google/firebase/auth/FirebaseAuthWeakPasswordException).The corresponding error code is
auth/weak-password
-- see the corresponding code in the JS SDK: https://github.com/firebase/firebase-js-sdk/blob/69ff8eb549e49de51cae11a04bce023bb6e1fc02/packages/auth/src/core/errors.ts#L551.The current code mapping (https://github.com/GitLiveApp/firebase-kotlin-sdk/blob/master/firebase-auth/src/jsMain/kotlin/dev/gitlive/firebase/auth/auth.kt#L157) will handle this relatively important case as a generic error.
The text was updated successfully, but these errors were encountered: