Skip to content

Commit 3aec5ac

Browse files
author
Matt Gaunt
authored
Updating API surface (#527)
1 parent dbe5fff commit 3aec5ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/messaging-types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ export class FirebaseMessaging {
3434
requestPermission(): Promise<any> | null;
3535
setBackgroundMessageHandler(callback: (a: Object) => any): any;
3636
useServiceWorker(registration: any): any;
37+
usePublicVapidKey(b64PublicKey: string): void;
3738
}

0 commit comments

Comments
 (0)