-
Notifications
You must be signed in to change notification settings - Fork 227
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
Comments
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. |
@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! |
I think just updating node-gcm dependency would suffice for FCM. |
Got an email saying GCM support will be dropped by Apr 11, 2019. Reference: https://developers.google.com/cloud-messaging/android/android-migrate-fcm |
Did it work? |
Updating node-gcm will do the trick! Simply edit package.json and raise version to 1.0.2.
Save package.json and run |
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 :-) |
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?
The text was updated successfully, but these errors were encountered: