Email/password login hangs on iOS simulator after Flutter 3.13 update #17303
Labels
blocked: customer-response
Waiting for customer response, e.g. more information was requested.
platform: ios
Issues / PRs which are specifically for iOS.
plugin: auth
type: bug
Something isn't working
Is there an existing issue for this?
Which plugins are affected?
No response
Which platforms are affected?
No response
Description
After upgrading to Flutter 3.13 and updating flutterfire packages, the email/password sign-in using
firebase_auth
works fine on Android and Web, but hangs silently on iOS simulator. No error, no response — just nothing happens aftersignInWithEmailAndPassword()
is called.Reproducing the issue
firebase_auth
Versions
Happy to provide minimal reproducible project if needed.
Firebase Core version
5.0.1
Flutter Version
3.13.0
Relevant Log Output
I don't have a log
Flutter dependencies
Expand
Flutter dependencies
snippetReplace this line with the contents of your `flutter pub deps -- --style=compact`.
Additional context and comments
No response
The text was updated successfully, but these errors were encountered: