On my release version of my flutter android app I am getting this error.
I have tried:
Updating the SHA-1 Key from Google Play Console in Firebase Updating google-services.json Rebuilding and rolling out.
I still get this error. I have INTERNET_PERMISSIONS enabled and cleartext=true as well.
App works fine in iOS and android debug mode as well.
2021-02-15 00:47:37.450 2888-2932/? E/flutter: [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: MissingPluginException(No implementation found for method configure on channel plugins.flutter.io/firebase_messaging) #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:157) 2021-02-15 00:47:37.450 2888-2932/? E/flutter: [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: MissingPluginException(No implementation found for method getToken on channel plugins.flutter.io/firebase_messaging) #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:157) #1 FirebaseMessaging.getToken (package:firebase_messaging/firebase_messaging.dart:146)