decision-labs / gcm

A gem that helps developers send data from ruby backend servers to their Mobile applications on devices via Google Cloud Messaging (GCM).
MIT License
385 stars 61 forks source link

change end point to new FCM platform. #38

Closed appleboy closed 8 years ago

appleboy commented 8 years ago

Firebase Cloud Messaging (FCM) is the new version of GCM. It inherits the reliable and scalable GCM infrastructure, plus new features! See the FAQ to learn more. If you are integrating messaging in a new app, start with FCM. GCM users are strongly recommended to upgrade to FCM, in order to benefit from new FCM features today and in the future.

kashif commented 8 years ago

@appleboy Its a new gem since fcm also adds some other features which will not be in gcm. Check here: https://github.com/spacialdb/fcm

appleboy commented 8 years ago

@kashif It is ok. I don't know you already create another repo. Thanks.