Skip to content

Commit 0c5cbe0

Browse files
abeisgoatJosh Crowther
authored and
Josh Crowther
committed
Fixes #562, Adds usePublicVapidKey to firebase/index.d.ts (#563)
1 parent 786082d commit 0c5cbe0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/firebase/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ declare namespace firebase.messaging {
474474
requestPermission(): Promise<any> | null;
475475
setBackgroundMessageHandler(callback: (a: Object) => any): any;
476476
useServiceWorker(registration: any): any;
477+
usePublicVapidKey(b64PublicKey: string): void;
477478
}
478479
}
479480

0 commit comments

Comments
 (0)