firebase / firebase-admin-dotnet

Firebase Admin .NET SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
366 stars 131 forks source link

Limit registration tokens of sending multicast message #304

Closed 20092738 closed 3 years ago

20092738 commented 3 years ago

Document of MulticastMessage shows that we can send multicast message up to 500 registration tokens However in my program show error following log when tried to send over 100 registration token Tokens must be non-null and contain at most 100 tokens. (My FirebaseAdmin v1.9.1)

So, which is correct number of limit registration token?

google-oss-bot commented 3 years ago

I found a few problems with this issue:

hiranya911 commented 3 years ago

Limit was increased to 500 in v2.0.0 release.

20092738 commented 3 years ago

@hiranya911 thank you so much! I've solved this problem by upgrading library to v2