-
Notifications
You must be signed in to change notification settings - Fork 4k
[firebase_auth] Make auth errors uniform and platform independent #24
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
Comments
I agree that this would be a welcome improvement. I don't have the bandwidth to implement this in the short term but would be happy to review PRs. |
I've found a list of all error codes (https://docs.google.com/spreadsheets/d/1FDn0rRRYjgXMwc_FIAxO7_cQh69q5VXgQt7Hmvyb1Sg) |
I'm not sure if I can do that, but anyway, we should have a specification for it. |
Consolidating under #1456 - we'll be looking at parsing native error messages & codes and bubbling these up to the Dart layer in a consistent cross-platform format. |
It's annoying that for every PlatformException being thrown from firebase auth I have to compare the code twice, once for android and once for ios.
Is it possible to use the same error code in all platforms?
The text was updated successfully, but these errors were encountered: