Replies: 1 comment 1 reply
-
I think that topic messaging is the most efficient way to do it at the moment - especially since you said that this worked for the longest time and only suddenly got delayed by a lot. It happened before that notifications were delayed and it usually worked itself out after some time. I'd recommend contacting Firebase Support directly to investigate if they know about a current service degradation. The SDK doesn't support async requests (I thought about: how about sending the chunked batch request in parallel), but I'm pretty sure that Firebase would rate-limit them - the 500 chunk size has certainly been set for a reason 😅 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried the following:
Works, but as of late many users complain that they get the notification >7mins after sending it. Including me. Worked for a long time and suddenly notifications got delayed for some reason.
Works and I think it gets faster to users than sending via topic, but it takes forever to send and thus it does take minutes - what I would like to achieve is to get this down to seconds!
This is what a message looks like:
I can't emphasize enough how crucial it is for my application that users get the notification immediately. I'd be very grateful for any hints.
Beta Was this translation helpful? Give feedback.
All reactions