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
From Google's [release notes|https://firebase.google.com/support/release-notes/android#messaging_v23-0-0]:
Added methods for determining and controlling whether Google Play services is set as the app’s notification delegate. By default, FCM will now set Google Play services as the app’s notification delegate so that it is allowed to display notifications for the app. This could be used in the future to show an app’s notifications without needing to start the app, which may improve message reliability and timeliness.
Does that carry any implications for us?
Also, Google state that it now requires target devices to run Android 4.4 or higher, with minimum API Level 19 (KitKat).
The text was updated successfully, but these errors were encountered:
We're currently on version 22.0.0.
From Google's [release notes|https://firebase.google.com/support/release-notes/android#messaging_v23-0-0]:
Does that carry any implications for us?
Also, Google state that it now requires target devices to run Android 4.4 or higher, with minimum API Level 19 (KitKat).
The text was updated successfully, but these errors were encountered: