We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408b85f commit ba56dcdCopy full SHA for ba56dcd
src/test/java/com/google/firebase/snippets/FirebaseMessagingSnippets.java
@@ -151,7 +151,7 @@ public void sendAll() throws FirebaseMessagingException {
151
152
public void sendMulticast() throws FirebaseMessagingException {
153
// [START send_multicast]
154
- // Create a list containing up to 100 registration tokens.
+ // Create a list containing up to 500 registration tokens.
155
// These registration tokens come from the client FCM SDKs.
156
List<String> registrationTokens = Arrays.asList(
157
"YOUR_REGISTRATION_TOKEN_1",
0 commit comments