alerts.performance.PerformanceEvent interface

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

Signature:

exportinterfacePerformanceEvent<T>extendsCloudEvent<FirebaseAlertData<T>>

Extends:CloudEvent<FirebaseAlertData<T>>

Properties

PropertyTypeDescription
alertTypestringThe type of the alerts that got triggered.
appIdstringThe 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;