Search code examples
javaandroidfirebasefirebase-cloud-messagingandroid-push-notification

Is it possible to register an application in FCM servers using an API(URL) call


I want to register my application in FCM servers using an API(URL) call by passing package name and SHA key as parameters for every new application. Through this API call I want to download/create the google-services.json file.


Solution

  • I don't see a way to automate application registration in FCM / Google developer APIs. I guess there's no way to do that.