web-push-libs / web-push

Web Push library for Node.js
Other
3.21k stars 306 forks source link

Will the code still work when FCM API is removed in Jun-2024? #901

Closed goldentom66 closed 2 months ago

goldentom66 commented 2 months ago

In https://firebase.google.com/docs/cloud-messaging/migrate-v1

It mentioned that FCM API "https://fcm.googleapis.com/fcm/send" will be removed. Will this impact this project?

yoruponder commented 2 months ago

+1 also want to know

marco-c commented 2 months ago

This projects implements the web-push standard, so it is not affected by changes in third-party services (unless the third-party services decide to start implementing a protocol that is not standard).