-
Notifications
You must be signed in to change notification settings - Fork 336
Send message to multiple devices #196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey there! I couldn't figure out what this issue is about, so I've labeled it for a human to triage. Hang tight. |
Hmmm this issue does not seem to follow the issue template. Make sure you provide all the required information. |
I believe there's some on going work to support multicast messaging in the new FCM REST API. This will be supported once that is implemented (although I don't know what the exact timeline is). |
In the meantime, can you use topic messaging to implement your use case? |
No. The list is generated dynamically and I will need to create multiple topics |
Update: as mentioned in firebase/firebase-admin-node#315, we are working on a new batch-send API for Admin SDK. |
Further updates will be posted on firebase/firebase-admin-node#315 |
I believe this issue was fixed by #283 and can be closed. |
Thanks for the reminder! |
I want to send notifications to specific users using tokens. firebase-admin can't send multiple tokens so I'm using:
But it seems that "FCM" is blocked due to the fact that I send a lot of requests per second. Because after that I can not get a notification for a while.
Can this be solved?
The text was updated successfully, but these errors were encountered: