Replies: 1 comment
-
Unfortunately, there's nothing we can do from a sender's perspective. Sending the message to Firebase is fast: as long as you don't get an error back, we have to assume that everything is going well so far. Message delivery, on the other hand, is out of our control. I've received many reports on slow or failed message delivery, and every time, the situation got better after a certain amount of time. You should keep an eye on https://status.firebase.google.com/ , and if things don't get better, open a support ticket with Firebase support |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My code:
My users complain that they don't receive the messages or they get the messages too late. For my use case it's important that message are being delivered asap. Any idea what to do? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions