Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] FCM #154

Open
mvayngrib opened this issue Jul 25, 2016 · 7 comments
Open

[feature request] FCM #154

mvayngrib opened this issue Jul 25, 2016 · 7 comments

Comments

@mvayngrib
Copy link

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
Copy link
Owner

rs commented Jul 27, 2016

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
Copy link
Author

@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
Copy link

zokier commented Aug 11, 2016

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

@akkina9
Copy link

akkina9 commented Nov 6, 2018

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
Copy link

akkina9 commented Mar 20, 2019

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

Did it work?

digedag added a commit to digedag/pushd that referenced this issue Apr 1, 2019
@digedag
Copy link

digedag commented Apr 1, 2019

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
Copy link

akkina9 commented Apr 4, 2019

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 :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants