You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FirebaseAuth works perfectly in the local environment but fails on the live server after deployment. I'm encountering the following error on the live server: main.dart.js:3103 Uncaught Error: PlatformException(channel-error, Unable to establish connection on channel: "dev.flutter.pigeon.firebase_auth_platform_interface.FirebaseAuthHostApi.registerAuthStateListener"., null, null)
Could you help me identify what might be missing or where the issue could be?
The text was updated successfully, but these errors were encountered:
FirebaseAuth works perfectly in the local environment but fails on the live server after deployment. I'm encountering the following error on the live server:
main.dart.js:3103 Uncaught Error: PlatformException(channel-error, Unable to establish connection on channel: "dev.flutter.pigeon.firebase_auth_platform_interface.FirebaseAuthHostApi.registerAuthStateListener"., null, null)
Could you help me identify what might be missing or where the issue could be?
The text was updated successfully, but these errors were encountered: