FidMessage interface

Interface representing a message that targets a Firebase Installation ID (FID).

Signature:

export interface FidMessage extends BaseMessage

Extends: BaseMessage

Properties

Property Type Description
fid string The Firebase Installation ID (FID) to which the message should be sent.

FidMessage.fid

The Firebase Installation ID (FID) to which the message should be sent.

Signature:

fid: string;