|
|
|
|
|
by estel
3480 days ago
|
|
When the push notifications hit FCM, Firebase do not guarantee delivery of those messages to clients (usually iOS or android devices). There are quite a few reasons that FCM/APNS might fail to deliver a message, so applications almost never have functionality depend on them. As you say, you might not get the notification pushed to the device, but you should still see the message if you open the messaging app as normal. |
|