parse-community / parse-server-push-adapter

A push notification adapter for Parse Server
https://parseplatform.org
MIT License
87 stars 99 forks source link

GCM not supported anymore #36

Closed kiis closed 7 years ago

kiis commented 7 years ago

Google is now using FCM only to enable push notifications on android. FCM API key and senderId are not valid in GCM, gives 401 and API Key not found error. So this adapter is deprecated now for new users. Is there anyone with whom i can create new one ? Know how to create FCM adapter based on doc and current GCM adapter, but missing skills to add it to project.