alex
alex
Ya I was seeing the issue the same way on iOS devices and simulators. 1. Create a new email/password user 2. Attempt to sign-in as that user using `signInWithProvider` with...
@Lyokone I tried creating a sample project that replicates the issue, but I was only able to get it to crash when attempting to sign-in to Microsoft using my company's...
@google-oss-bot I think we provided as much information as possible and are waiting on feedback from the Firebase team, please don't mark this issue as stale or close it
@Lyokone Tried to replicate the problem on firebase_auth 4.15.0 and it is still crashing for me. I thought https://github.com/firebase/flutterfire/pull/11889 might resolve the issue with the Unsupported value of FIROAuthCredential, but...
I agree that it should be 6 digits so it matches `quill_js`. When my web app saves quill changes to JSON it is 6 digits but when it is saved...
This is the same issue that I was referencing in this thread - https://github.com/firebase/flutterfire/issues/11581. I have a MWCE that is causing a crash on my Mac running iOS simulators and...
Thanks @Lyokone , @TarekkMA is there an estimated date or version number in which this will be released so I can upgrade to the package version with this fix?
Thanks for the pro-tip. I was able to test it and the error is now returning as expected without crashing. 🙌
I was able to get around this by launching the URL not in a WebView - `mode: LaunchMode.externalNonBrowserApplication`