A custom CloudEvent for billing Firebase Alerts (with custom extension attributes).
Signature:
export interface BillingEvent<T> extends CloudEvent<FirebaseAlertData<T>>
Extends: CloudEvent<FirebaseAlertData<T>>
Properties
Property | Type | Description |
---|---|---|
alertType | string | The type of the alerts that got triggered. |
alerts.billing.BillingEvent.alertType
The type of the alerts that got triggered.
Signature:
alertType: string;