Closed Bug 1521885 Opened 6 years ago Closed 6 years ago

Update gcm endpoint to point to FCM in Stage

Categories

(Cloud Services Graveyard :: Operations: Autopush, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

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: nobody → oremj
Flags: needinfo?(oremj)

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?

Flags: needinfo?(oremj) → needinfo?(bbangert)

I added a new configuration option, 'gcm_endpoint', it just needs to be added to the ini with the above value and redeployed.

Flags: needinfo?(bbangert)
Flags: needinfo?(bbangert)

Yup, looks fine.

Flags: needinfo?(bbangert)

This has been deployed to dev and stage.

Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Product: Cloud Services → Cloud Services Graveyard
You need to log in before you can comment on or make changes to this bug.