microg / GmsCore

Free implementation of Play Services
https://microg.org
Apache License 2.0
8.52k stars 1.72k forks source link

FCM Feature API' Deprecation #2281

Closed piyushgarg closed 7 months ago

piyushgarg commented 7 months ago

Is your feature request related to a problem? Please describe. Firebase is going to deprecate FCM API's

Additional context Will this impact the existing microg messaging?

mar-v-in commented 7 months ago

The official document only states deprecation of server-to-server APIs, that is APIs app developers use on their server to communicate to FCM. This is entirely out of our scope.

It might be that Google turns off some features on the client-to-server APIs at the same time. Unfortunately they don't do any deprecation notices or warnings about that as these APIs are not meant for consumption of third-parties - so we will only learn if something breaks at the time that it breaks. Experience from the past however shows, that Google tends to be very backwards compatible.