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 dbe5fff commit 3aec5acCopy full SHA for 3aec5ac
packages/messaging-types/index.d.ts
@@ -34,4 +34,5 @@ export class FirebaseMessaging {
34
requestPermission(): Promise<any> | null;
35
setBackgroundMessageHandler(callback: (a: Object) => any): any;
36
useServiceWorker(registration: any): any;
37
+ usePublicVapidKey(b64PublicKey: string): void;
38
}
0 commit comments