web-push-php icon indicating copy to clipboard operation
web-push-php copied to clipboard

Why GCM/FCM support without VAPID keys is removed?

Open omitech opened this issue 4 years ago • 2 comments

Why GCM support has been removed? I think it is still possible to send web pushed to FCM endpoint with Authorization: key= header without VAPID

omitech avatar Mar 09 '21 11:03 omitech

As far as I'm aware Chrome was the only browser to support it and this issue https://bugs.chromium.org/p/chromium/issues/detail?id=979235 shows it's been deprecated.

lukewarlow avatar Apr 09 '21 11:04 lukewarlow

I've been struggling with this issue for a couple of hours now. Is there any way to send a push notification to an FCM endpoint using this library? I keep receiving the authorization header must be specified error.

EDIT: Here is my own issue on the topic #325

EDIT 2: Turns out I was entering my security keys incorrectly, more details here: #325

Tikolu avatar Apr 09 '21 15:04 Tikolu