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

Compatibility with Firebase Cloud Messaging (FCM) ? #109

Open
Sispheor opened this issue May 20, 2016 · 4 comments
Open

Compatibility with Firebase Cloud Messaging (FCM) ? #109

Sispheor opened this issue May 20, 2016 · 4 comments

Comments

@Sispheor
Copy link

It's the new version of GCM. See https://firebase.google.com/docs/cloud-messaging/

@acedip
Copy link

acedip commented May 24, 2016

Currently changing the
GCM_URL = 'https://gcm-http.googleapis.com/gcm/send' to
GCM_URL = 'https:fcm.googleapis.com/fcm/send' in gcm.py works.

@ziima
Copy link
Contributor

ziima commented May 17, 2017

Looks like there is new library for that: https://github.com/olucurious/PyFCM

@veerenmandalia
Copy link

Just writing the correct URLs:
GCM_URL = 'https://gcm-http.googleapis.com/gcm/send' to
GCM_URL = 'https://fcm.googleapis.com/fcm/send/'

From https://firebase.google.com/docs/cloud-messaging/http-server-ref & https://developers.google.com/cloud-messaging/android/android-migrate-fcm

@ajans
Copy link

ajans commented May 7, 2019

When will this version be released?
GCM-Servers will be deactivated by Google on May 29th as per the following notice we got by mail:

Last year we announced that the GCM server and client APIs are deprecated. To prevent a disruption in your service, you must redirect your Cloud Messaging server requests to the Firebase Cloud Messaging (FCM) endpoint at fcm.googleapis.com/fcm/ before May 29, 2019.

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