MulticastMessage interface

Use FidMulticastMessage instead.

Payload for the sendEachForMulticast method.

Signature:

export interface MulticastMessage extends BaseMessage

Extends: BaseMessage

Properties

Property Type Description
fids string[] A list of Firebase Installation IDs (FIDs) to target.
tokens string[] A list of registration tokens to target.

MulticastMessage.fids

A list of Firebase Installation IDs (FIDs) to target.

Signature:

fids?: string[];

MulticastMessage.tokens

Use fids in FidMulticastMessage instead.

A list of registration tokens to target.

Signature:

tokens: string[];