Top "Vapid" questions

What is VAPID and why is it useful?

I've just learned about VAPID recently and have been looking around for the reasoning why it exists and what its …

web-push vapid
Firebase Cloud Messaging's getToken() only works if I omit the usePublicVapidKey method, why?

I'm having a specific issue with the implementation of Firebase for Firebase Cloud Messaging (FCM): As you can see in …

javascript firebase firebase-cloud-messaging vapid
Is the VAPID public key the same as applicationServerKey client-side?

On the client-side, to subscribe to web push notifications, you need to call subscribe with the applicationServerKey option, like this: …

service-worker web-push vapid