alerts.crashlytics.CrashlyticsEvent interface

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

Signature:

exportinterfaceCrashlyticsEvent<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.crashlytics.CrashlyticsEvent.alertType

The type of the alerts that got triggered.

Signature:

alertType:string;

alerts.crashlytics.CrashlyticsEvent.appId

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

Signature:

appId:string;