rs / pushd

Blazing fast multi-protocol mobile and web push notification service
MIT License
1.16k stars 224 forks source link

[feature request] FCM #154

Open mvayngrib opened 7 years ago

mvayngrib commented 7 years ago

first off, thanks for making this awesome tool!

Google recommends new apps to use FCM instead of GCM: https://firebase.google.com/docs/cloud-messaging/

are there plans to support this?

rs commented 7 years ago

I no longer have time to actively support this project. I can review PR and merge them if you are willing to add this feature.

mvayngrib commented 7 years ago

@rs I would love to, but I probably won't have time in the near future. Meanwhile, I'm using this library and it's working great for both android and ios, so thanks!

zokier commented 7 years ago

I think just updating node-gcm dependency would suffice for FCM.

akkina9 commented 5 years ago

Got an email saying GCM support will be dropped by Apr 11, 2019. Reference: https://developers.google.com/cloud-messaging/android/android-migrate-fcm Has anyone tried to see if updating node-gcm did the trick?

akkina9 commented 5 years ago

I think just updating node-gcm dependency would suffice for FCM.

Did it work?

digedag commented 5 years ago

Updating node-gcm will do the trick! Simply edit package.json and raise version to 1.0.2.

        "node-gcm": "^1.0.0",

Save package.json and run npm update node-gcm.

akkina9 commented 5 years ago

Thanks. I updated to 0.14.1 and it did not break anything. I will try it on Apr 11th onwards to see if all is well :-)