You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: