Replies: 1 comment 6 replies
-
If I use |
Beta Was this translation helpful? Give feedback.
6 replies
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.
-
Firebase authentication is working fine local when I run a Flutter Web app in Chrome but once I publish and host it in Firebase I start getting uncaught exceptions:
Uncaught MissingPluginException(No implementation found for method Auth#registerIdTokenListener on channel plugins.flutter.io/firebase_auth)
Uncaught MissingPluginException(No implementation found for method Auth#registerAuthStateListener on channel plugins.flutter.io/firebase_auth)
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions