Update gcm endpoint to point to FCM in Stage
Categories
(Cloud Services Graveyard :: Operations: Autopush, task)
Tracking
(Not tracked)
People
(Reporter: benbangert, Assigned: oremj)
Details
For testing GCM -> FCM migration, the stage deploy of autoendpoint should have its gcm_endpoint (GCM_ENDPOINT) configuration updated to use 'fcm.googleapis.com/fcm/send' per the migration guidelines (https://developers.google.com/cloud-messaging/android/android-migrate-fcm#update-server-endpoints).
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Per the linked docs, I see the endpoints should be updated to be fcm.googleapis.com/fcm/ and fcm-xmpp.googleapis.com, but how do I tell the application to use those? Right now we have something like this in the ini file:
gcm_enabled
senderid_list = '{"...": {"auth": "..."},
"...": {"auth": "..."}}'
What do I need to change to convert the app over to FCM?
Reporter | ||
Comment 2•6 years ago
|
||
I added a new configuration option, 'gcm_endpoint', it just needs to be added to the ini with the above value and redeployed.
Assignee | ||
Comment 3•6 years ago
|
||
Filed https://github.com/mozilla-services/cloudops-deployment/pull/2914 for this. Look okay?
Assignee | ||
Comment 5•6 years ago
|
||
This has been deployed to dev and stage.
Updated•2 years ago
|
Description
•