We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2102689 commit ec42a87Copy full SHA for ec42a87
src/v2/providers/alerts/alerts.ts
@@ -50,6 +50,7 @@ export interface FirebaseAlertOptions extends options.EventHandlerOptions {
50
/**
51
* Declares a function that can handle Firebase Alerts from CloudEvents
52
* @param alertTypeOrOpts the alert type or Firebase Alert function configuration
53
+ * @param handler a function that can handle the Firebase Alert inside a CloudEvent
54
*/
55
export function onAlertPublished<T extends { ['@type']: string } = any>(
56
alertTypeOrOpts: AlertType | FirebaseAlertOptions,
0 commit comments