alerts.appDistribution.AppDistributionEvent interface

A custom CloudEvent for Firebase Alerts (with custom extension attributes).

Signature:

export interface AppDistributionEvent<T> extends CloudEvent<FirebaseAlertData<T>> 

Extends: CloudEvent<FirebaseAlertData<T>>

Properties

Property Type Description
alertType string The type of the alerts that got triggered.
appId string The Firebase App ID that’s associated with the alert.

alerts.appDistribution.AppDistributionEvent.alertType

The type of the alerts that got triggered.

Signature:

alertType: string;

alerts.appDistribution.AppDistributionEvent.appId

The Firebase App ID that’s associated with the alert.

Signature:

appId: string;