We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f228f commit 04e2b1bCopy full SHA for 04e2b1b
1 file changed
snippets/messaging/cloud_messaging.py
@@ -225,7 +225,7 @@ def unsubscribe_from_topic():
225
def send_all():
226
registration_token = 'YOUR_REGISTRATION_TOKEN'
227
# [START send_all]
228
- # Create a list containing up to 100 messages.
+ # Create a list containing up to 500 messages.
229
messages = [
230
messaging.Message(
231
notification=messaging.Notification('Price drop', '5% off all electronics'),
@@ -247,7 +247,7 @@ def send_all():
247
248
def send_multicast():
249
# [START send_multicast]
250
- # Create a list containing up to 100 registration tokens.
+ # Create a list containing up to 500 registration tokens.
251
# These registration tokens come from the client FCM SDKs.
252
registration_tokens = [
253
'YOUR_REGISTRATION_TOKEN_1',
0 commit comments