Skip to content

Commit

Permalink
fix event type (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
colerogers authored Feb 3, 2022
1 parent af2c516 commit 9e4ee8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/providers/alerts/alerts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export type AlertEvent<T> = CloudEvent<
>;

/** @internal */
export const eventType = 'firebase.firebasealerts.alerts.v1.published';
export const eventType = 'google.firebase.firebasealerts.alerts.v1.published';

/** The underlying alert type of the Firebase Alerts provider. */
export type AlertType =
Expand Down

0 comments on commit 9e4ee8a

Please sign in to comment.