I have an Android app that receives push notifications sent via Firebase. My project includes the google-services.json generated from Firebase with my account.
I would like to know if there's a way to avoid putting the google-services.json inside the project and obtain this info externally, from a server of mine for example, once the APK is built and installed in the device.
The main goal is to be able to choose which Firebase account the app uses from my server web app.
Thanks!