-
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] iOS Firebase Auth Stream Not Emitting State Changes After Sign-In #16874
Comments
Hi @daredammy, thanks for the report. I'm unable to reproduce this issue. Could you provide a complete minimal code reproducing this issue? |
this is most of my auth code-
As i highlighted the issue is here-
|
Gettin this in my crashlytics as well- MissingPluginException(No implementation found for method listen on channel plugins.flutter.io/firebase_auth/auth-state/__FIRAPP_DEFAULT) |
I'm still unable to reproduce this issue. Could you create a minimal repository reproducing this issue and share the link here? |
Is there an existing issue for this?
Which plugins are affected?
Core, Auth
Which platforms are affected?
iOS
Description
The
authStateChanges()
stream in Firebase Auth Flutter is not emitting updates after successful Google Sign-In and Sign-In with Apple on iOS. The same code works correctly on Android devices and was working on iOS until recently.Environment
Reproducing the issue
Steps to Reproduce
StreamBuilder
withFirebaseAuth.instance.authStateChanges()
UserCredential
is obtained)StreamBuilder
does not receive auth state updateCode Example
The text was updated successfully, but these errors were encountered: