Following Erel's tutorial on Fcm, one of the steps to follow is the use of the json file as downloaded from the Firebase website to be included in the app project files and which will be used during the app compilation, making the union uneditable between app code and Firebase configuration data
This prevents you from changing the parameters and using the app with another Firebase account
The question is: how to make the data for connecting to Firebase Cloud Messaging, to receive push notifications, configurable at run-time?
This prevents you from changing the parameters and using the app with another Firebase account
The question is: how to make the data for connecting to Firebase Cloud Messaging, to receive push notifications, configurable at run-time?