admin.messaging. MessagingPayload
interface static
Interface representing a Firebase Cloud Messaging message payload. One or both of the data and notification keys are required.
See Defining the message payload for code samples and detailed documentation.
Properties
data
non-null admin.messaging.DataMessagePayload
The data message payload.
notification
non-null admin.messaging.NotificationMessagePayload
The notification message payload.

