-
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_web] WIP mapping package:firebase FirebaseError to PlatformException #1698
Conversation
Thanks for the PR. Could you resolve the merge conflicts please? |
This saturday afternoon I'll solve the conflicts. |
Hi @GregorySech, thanks for your PR! Will you be able to take a look at this and solve the conflicts? |
Done, sorry for the delay. It seems I have to fix formatting, 1 sec |
This PR is really helpful, as before we could'nt receive any error outputs. What is missing to be merged? |
I'm waiting review after solving the merge conflicts. |
Any updates? |
I will not work with Flutter for a while, I've re-resolved the conflicts. Can this be reviewed, please? |
Thanks for your work! Maybe you can remove |
The related issue was closed and I no longer work with Flutter. Sorry for the time wasted. |
Description
I'm mapping the known firebasejs errors (received in package:firebase) to Platform exception as described in #1559.
It's still a work in progress, I'll try to add some tests and update documentation when I've got some free time.
Related Issues
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]
). This will ensure a smooth and quick review process.///
).flutter analyze
) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?