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():
225225def send_all ():
226226 registration_token = 'YOUR_REGISTRATION_TOKEN'
227227 # [START send_all]
228- # Create a list containing up to 100 messages.
228+ # Create a list containing up to 500 messages.
229229 messages = [
230230 messaging .Message (
231231 notification = messaging .Notification ('Price drop' , '5% off all electronics' ),
@@ -247,7 +247,7 @@ def send_all():
247247
248248def send_multicast ():
249249 # [START send_multicast]
250- # Create a list containing up to 100 registration tokens.
250+ # Create a list containing up to 500 registration tokens.
251251 # These registration tokens come from the client FCM SDKs.
252252 registration_tokens = [
253253 'YOUR_REGISTRATION_TOKEN_1' ,
You can’t perform that action at this time.
0 commit comments