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
In this issue, the author points out that flutter_apns doesn't using the upgraded version of flutterfire and make it happen.
I upgraded all the dependencies including flutter_apns (1.6.0) and firebase_messaging (12.0.1) and this error still occurs. After removing flutter_apns, the firebase can normally get initialized without any error. When adding it back to the dependencies and without adding any code, the Unhandled Exception shows up when initializing firebase messaging.
So there is a conflict between flutter_apns and firebase_messaging but I don't know the exact reason.
The text was updated successfully, but these errors were encountered:
As is illustrated in the title, the plugin will cause the following error when firebase is initilized:
the error comes from the line
In this issue, the author points out that flutter_apns doesn't using the upgraded version of flutterfire and make it happen.
I upgraded all the dependencies including
flutter_apns
(1.6.0) andfirebase_messaging
(12.0.1) and this error still occurs. After removingflutter_apns
, the firebase can normally get initialized without any error. When adding it back to the dependencies and without adding any code, the Unhandled Exception shows up when initializing firebase messaging.So there is a conflict between
flutter_apns
andfirebase_messaging
but I don't know the exact reason.The text was updated successfully, but these errors were encountered: