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?