A custom CloudEvent for Firebase Alerts (with custom extension attributes).
Signature:
export interface PerformanceEvent<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.performance.PerformanceEvent.alertType
The type of the alerts that got triggered.
Signature:
alertType: string;
alerts.performance.PerformanceEvent.appId
The Firebase App ID that’s associated with the alert.
Signature:
appId: string;