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 af2c516 commit 9e4ee8aCopy full SHA for 9e4ee8a
src/v2/providers/alerts/alerts.ts
@@ -24,7 +24,7 @@ export type AlertEvent<T> = CloudEvent<
24
>;
25
26
/** @internal */
27
-export const eventType = 'firebase.firebasealerts.alerts.v1.published';
+export const eventType = 'google.firebase.firebasealerts.alerts.v1.published';
28
29
/** The underlying alert type of the Firebase Alerts provider. */
30
export type AlertType =
0 commit comments