alerts.crashlytics.CrashlyticsEvent interface

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

Signature:

export interface CrashlyticsEvent<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.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;