Skip to content

Commit d914462

Browse files
committed
Update sendEachForMulticast docstring
1 parent da81dc2 commit d914462

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/messaging/messaging.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ export class Messaging {
281281
* This method uses the {@link Messaging.sendEach} API under the hood to send the given
282282
* message to all the target recipients. The responses list obtained from the
283283
* return value corresponds to the order of tokens/fids in the `MulticastMessage`.
284+
* If both `tokens` and `fids` are provided, `tokens` are processed first, followed by `fids`.
284285
* An error from this method or a `BatchResponse` with all failures indicates a total
285286
* failure, meaning that the messages in the list could not be sent. Partial failures
286287
* are only indicated by a `BatchResponse` return value.

0 commit comments

Comments
 (0)