We have a firebase project with multiple Android / iOS apps.
We use firebase for social logins and push notifications.
All the apps are using the same google_services.json
and the same Firebase project.
Now our client wants to release an additional app, so we should add a new App Android with its fingerprint.
The question is: We'll have to update all the others Android and iOS apps to continue to use the Firebase services, or we can deploy the new app with the updated google_services.json
without other issues?
Thank you