I received the push.notSent event
The following list contains reasons why this event was generated:
- If you created the mobile push template by using the code creator, check if the
priorityparameter is in line with the FCM documentation (Firebase Cloud Messaging HTTP protocol). The default values arehighornormal. - If you received the event with a
message key duplicatederror, it means that there were multiple attempts to send the message in too short intervals. In general, it means that deduplication worked correctly and one message has been sent instead of multiple identical messages.