-
According to https://rnfirebase.io/messaging/usage#message-handlers, when we use From https://firebase.google.com/docs/cloud-messaging/android/message-priority, the high priority notifications will get deprioritised if there's not enough user interaction. Is there any concerns if the notification get deprioritised to normal? Will the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Your app won't wake up if it is deprioritized. The message will just be dropped and gone. Data-only messages should never be used for application requirements that depend on reliable delivery. |
Beta Was this translation helpful? Give feedback.
Your app won't wake up if it is deprioritized. The message will just be dropped and gone.
That can happen for many other reasons too, for instance if your phone is just too hot it will be throttled, and iOS will drop the message
Data-only messages should never be used for application requirements that depend on reliable delivery.