Skip to content

Commit 71e237e

Browse files
committed
Update sendAll and sendMulticast documentation to reflect json responses
1 parent 7bf84b4 commit 71e237e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase_admin/messaging.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def sendAll(messages, dry_run=False, app=None):
103103
app: An App instance (optional).
104104
105105
Returns:
106-
list: A list of message ID string that uniquely identifies the sent the messages.
106+
list: A list of dictionaries from json responses for each message sent.
107107
108108
Raises:
109109
ApiCallError: If an error occurs while sending the message to FCM service.
@@ -124,7 +124,7 @@ def sendMulticast(tokens, message, dry_run=False, app=None):
124124
app: An App instance (optional).
125125
126126
Returns:
127-
list: A list of message ID string that uniquely identifies the sent the messages.
127+
list: A list of dictionaries from json responses for each message sent.
128128
129129
Raises:
130130
ApiCallError: If an error occurs while sending the message to FCM service.

0 commit comments

Comments
 (0)