Eustace
Eustace

Reputation: 25

How many tokens can I send at a time when sending a notification from the server?

Just if, for example, I have 100,000 users, will firebase allow me to send 300 000 - 400 000 tokens along with the message

Upvotes: 0

Views: 2658

Answers (1)

Frank van Puffelen
Frank van Puffelen

Reputation: 598847

According to the documentation on sending messages to multiple devices:

The REST API and the Admin FCM APIs allow you to multicast a message to a list of device registration tokens. You can specify up to 500 device registration tokens per invocation.

Upvotes: 2

Related Questions