Notify server that push delivered #6781
Replies: 6 comments 5 replies
-
Yes? But maybe not reliably? I cannot answer without more details about what exactly you are sending as message contents (specifying the exact JSON you send as an FCM as well as your exact use case would have helped: https://stackoverflow.com/help/how-to-ask) but in general you should rephrase your question as this, and then read the relevant documentation from firebase about message types and message delivery and here + react-native-firebase about what handlers are called and how to set them up: What handlers are called, and when, in my application when I send different types of JSON as an FCM? Then you code your handlers to contact your server as needed. |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
-
Apologies in advance for an off-topic comment @mikehardy, but I've been receiving emails of this Q&A thread for the past day because I've been supposedly mentioned here, even though I've never heard of this repo before. I believe @hongjumeow has something to do with this - I've seen countless other Issues and Q&A threads getting hijacked by bots with NSFW links and spam content this past week, but I don't know what can be done about it. Just wanted to give y'all a heads up. Happy New Year's Eve. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
Is there any way to notify your server that the message has been delivered to the device? It doesn't matter, closed, open. The main thing is just to find out that it has arrived, so that you can then send undelivered messages through the telecom operator.
Beta Was this translation helpful? Give feedback.
All reactions