Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Add FCM router support #517

Closed
jrconlin opened this issue Jul 14, 2016 · 0 comments · Fixed by #539
Closed

Add FCM router support #517

jrconlin opened this issue Jul 14, 2016 · 0 comments · Fixed by #539
Assignees
Labels

Comments

@jrconlin
Copy link
Member

jrconlin commented Jul 14, 2016

Per https://bugzilla.mozilla.org/show_bug.cgi?id=1286912, there are a few changes that need to be done to move from GCM to FCM, one of which is to change the endpoint the server calls from
http.googleapis.com/gcm/ to fcm.googleapis.com/fcm/

We'll want to create a new router type of "fcm", that points to the new endpoint URL. This new router can mostly be a clone of the GCM one.

@jrconlin jrconlin self-assigned this Jul 19, 2016
jrconlin added a commit that referenced this issue Jul 20, 2016
Adds 'fcm' as a client selectable router, to allow 'gcm' to persist or
act as a fallback.

closes #517
jrconlin added a commit that referenced this issue Jul 20, 2016
Adds 'fcm' as a client selectable router, to allow 'gcm' to persist or
act as a fallback.

closes #517
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants