MissingPluginException(No implementation found for method listen on channel plugins.flutter.io/firebase_auth/auth-state/[DEFAULT]) #6700
Unanswered
KevalPrajapati
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I get this error when using Firebase Auth in my app.
What could be causing this error?
Also somehow the Authstatechanges stream doesn't seem to work. It doesn't listen to phone signin or signout.
I tried using this instead of the stream works but gives the error mentioned. (Also I think stream is a better approach)
FirebaseAuth.instance.currentUser != null ? LogIn() : HomePage(),
What could be the reason for that?
Beta Was this translation helpful? Give feedback.
All reactions