In my app.gradle (where all the dependencies are) I have to include multiple Secret Keys such as the Google Place API Key, OneSignal API Key etc etc.
I know that all Secret Keys must be stored on the Server and that's what I do in my App. However, I don't know how to put those Keys from Firebase Database to this app.gradle file.
I have been seaching around but couldn't find anything. Could someone help please?
Cheers