-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 [firebase_messaging] 7.0.3 not compatible with firebase_core ^0.7.0 #4786
Comments
If you want to use new firebase_core version than you will have to upgrade firebase_messaging on |
Closing since the newest version of Please see https://firebase.flutter.dev/docs/migration#2-update-firebase-plugins and https://firebase.flutter.dev/docs/migration#messaging Please upgrade to |
thank u a lot |
firebase_messaging: ^8.0.0-dev.14 is not stable and might affect my final product. |
The prerelease version is more stable and reliable than the old stable at this point and will soon replace it. I've seen a lot of issues about notifications not being received in certain situations and unreliable data-only messages get fixed by switching to the new version. You shouldn't have anything to worry about @stilyng94 and if you do run into any issues you can report them in this repository and they will get fixed as a part of the upgrade (unlike the old stable, which will only be deprecated and replaced). |
@markusaksli-nc thank you very much. |
Bug report
Describe the bug
My application depends on a few other Firebase plugins and I'm trying to upgrade them to be on the latest versions.
Currently I have:
Seems that I can't update the rest unless firebase_core is at 0.7.0 but I won't be able to do it since it's not compatible with firebase_messaging 7.0.3
Steps to reproduce
Steps to reproduce the behavior:
flutter pub outdated
pubspec.yml
. Then wait for error.Expected behavior
Should be able to upgrade without any issues
Additional context
NA
Flutter doctor
Run
flutter doctor
and paste the output below:Click To Expand
Flutter dependencies
Run
flutter pub deps -- --style=compact
and paste the output below:Click To Expand
The text was updated successfully, but these errors were encountered: