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
The Android priority and originalPriority are important, since high priority messages allow the app to do extra operations, like start a foreground service. If Android decides to demote your message from high to normal, you are not allowed to start the service, and the app will fail with an exception.
I saw there is a message.notification?.android?.priority but I could not get that to populate for data only messages.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The Android
priority
andoriginalPriority
are important, since high priority messages allow the app to do extra operations, like start a foreground service. If Android decides to demote your message fromhigh
tonormal
, you are not allowed to start the service, and the app will fail with an exception.I saw there is a
message.notification?.android?.priority
but I could not get that to populate for data only messages.Info about Android message priority. the https://firebase.google.com/docs/cloud-messaging/android/message-priority
Beta Was this translation helpful? Give feedback.
All reactions