-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Error when using linkWithProvider
#10267
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Hey, pretty crucial bug for production, is there any news on this one, basically, your app crashes every time when the user cancels authentication. |
Thanks for reporting this. I've tried reproducing the issue and I was able to get the same behavior. Let me check this with the team and see what we can do here. |
Hey, any progress on this one? Pretty crucial bug. |
Hey, any action on this? |
Sorry for the trouble, @Albertbol. Our engineers are already looking into this issue, but I'll make a follow up about this. |
Hello, thanks for your patience. Just to inform you that this issue has been fixed on #10407. |
Thanks for following up :) |
Hey, thank you very much for the fix. Could you estimate when it will be released? It's been almost a month and a half since the report and this bug actually prevents usage of fire_auth (breaks the ios app right away on cancel) so I believe it would have a high priority to be out. |
We plan to release it in 10.2.0 the week of November 14th |
Description
When using the
linkWithProvider
method and clicking on the "OK" button on the top left corner, the app crash with the following error:If I don't click on "OK" there are no issues
First reported in firebase/flutterfire#9615
Reproducing the issue
The completion is never called (checked by putting a breakpoint in it
Firebase SDK Version
9.6.0
Xcode Version
13.4.1
Installation Method
CocoaPods
Firebase Product(s)
Authentication
Targeted Platforms
iOS
Relevant Log Output
Thread 34: "One of IDToken, accessToken, pendingToken, or requestURI must be supplied."
If using Swift Package Manager, the project's Package.resolved
Expand
Package.resolved
snippetReplace this line with the contents of your Package.resolved.
If using CocoaPods, the project's Podfile.lock
Expand
Podfile.lock
snippetReplace this line with the contents of your Podfile.lock!
The text was updated successfully, but these errors were encountered: