I am using FCM for push notifications in my applications. There is a staging and a production server URL.
Do I need to generate two separate google_services.json
files for staging and production?
Is it possible/recommended to modify values in the config file?
EDIT:
"project_info": {
"project_number": "xxxxxx",
"firebase_url": "https://stagingUrl",
"project_id": "xxxxxx",
"storage_bucket": "staging url.com"
}
My concern is that for the production server, the URL will also change. So will I need a separate file for this case?