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
deps: Upgrade firebase_core, firebase_messaging to latest
This completes `tools/upgrade pub-major`.
The documented breaking changes are that they bumped the minimum
OS versions: iOS 13, and Android API 21 (Android 5.0 Lollipop).
We already have minimums of iOS 14 and Android API 28 (aka
Android 9 Pie), so those don't affect us.
To confirm nothing broke accidentally either, though: I fired up
the app as a release build, on Android, and did the usual end-to-end
tests of receiving notifications.
Changelogs:
https://pub.dev/packages/firebase_core/changeloghttps://pub.dev/packages/firebase_messaging/changelog
0 commit comments