File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ def unsubscribe_from_topic():
225
225
def send_all ():
226
226
registration_token = 'YOUR_REGISTRATION_TOKEN'
227
227
# [START send_all]
228
- # Create a list containing up to 100 messages.
228
+ # Create a list containing up to 500 messages.
229
229
messages = [
230
230
messaging .Message (
231
231
notification = messaging .Notification ('Price drop' , '5% off all electronics' ),
@@ -247,7 +247,7 @@ def send_all():
247
247
248
248
def send_multicast ():
249
249
# [START send_multicast]
250
- # Create a list containing up to 100 registration tokens.
250
+ # Create a list containing up to 500 registration tokens.
251
251
# These registration tokens come from the client FCM SDKs.
252
252
registration_tokens = [
253
253
'YOUR_REGISTRATION_TOKEN_1' ,
You can’t perform that action at this time.
0 commit comments