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 was archived by the owner on Dec 7, 2019. It is now read-only.
Also, as GCM is being phased out, is there a case for renaming this to *_Fcm rather than *_Gcm? Or will that just cause a needless BC break? Is there a nice way to mitigate such a change?
Feel free to just close this issue if there's really nothing that needs addressing..
Google have announced that GCM is being removed/switched-off a year from now, in favour of FCM (Firebase) only.
This codebase is already using the FCM endpoint URIs, but is there anything else that needs to change before April 2019? https://developers.google.com/cloud-messaging/android/android-migrate-fcm
Also, as GCM is being phased out, is there a case for renaming this to *_Fcm rather than *_Gcm? Or will that just cause a needless BC break? Is there a nice way to mitigate such a change?
Feel free to just close this issue if there's really nothing that needs addressing..