ToothlessGear / node-gcm

A NodeJS wrapper library port to send data to Android devices via Google Cloud Messaging
https://github.com/ToothlessGear/node-gcm
Other
1.3k stars 208 forks source link

Migration from legacy FCM to HTTP v1 #391

Closed ogenthe closed 1 month ago

ogenthe commented 1 month ago

It looks as if legacy FCM APIs have been deprecated and will be removed on June 21 2024. https://firebase.google.com/docs/cloud-messaging/migrate-v1

The endpoints and authentication mechanisms seem to need to be updated. Does this mean that this package will stop working on June 21 2024?

eladnava commented 1 month ago

Correct.

We do urge you to migrate to another library before the June 20th deadline, such as:

  1. firebase-admin (official library)
  2. fcm-v1-http2 (if throughput is important to your sending requirements)

Closing as this is a duplicate of issue #370.