Skip to content
Espen Henriksen edited this page Sep 4, 2016 · 4 revisions

Different browsers use different endpoint URLs for push notifications. Because this library intends to abstract away the the handling of these endpoints, we need to figure out the URLs the browsers use. The table below attempts to be a central point of reference for developers on this project.

If your browser supports Push notifications, and is not a part of this list, or if your browser's endpoint(s) are wrong/changed, please create an issue on this project so that this can be addressed.

Browser URL
Google Chrome non-VAPID https://android.googleapis.com/gcm/send
Google Chrome VAPID https://android.googleapis.com/fcm
Firefox non-VAPID
Firefox VAPID
Clone this wiki locally