-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[firebase_auth] errors codes are incorrect #3921
Comments
HI @OllyDixon Our documentation shows that your original code is correct (https://firebase.flutter.dev/docs/auth/usage/#emailpassword-registration--sign-in). Can you confirm which version of We have templates for correctly tracking and issues https://github.com/FirebaseExtended/flutterfire/issues/new/choose. Using this will support in finding the issue. Thanks! |
I'm using
|
@dackers86 this is a diaster I imagine so many apps using Firebase auth will have silient errors now. This wasn't deprecated with any warnings; previosuly we were told what the values were; now we don't know. |
@dackers86 could you send a PR up to add this to the changelog please? Ping me on slack if you need more info. Thanks |
@markusaksli-nc @Salakar we've almost implemented a solution with the new codes (tested them all). Will this be changed again or not? (We really need enums tbh) |
#3402 there is this PR up, some discussion in there |
Closing in favour of #3273 |
Previously we had error codes working correctly on signup/login. Now the errors codes thrown are different. We didn't know until users were complaining about it.
When was this deprecated? And why wasn't it done correctly?
Example of previous error pickup =
Now the error codes throw look like this:
firebase/EMAIL_ALREADY_IN_USE
The text was updated successfully, but these errors were encountered: