My organisation doesnt allow us to git commit api keys of any kind.
I have recently added Google Firebase Cloud Messaging to my app and replaced the json file and related plugin with my app resource value strings file.
having been blocked by my organisations git leaks checks I investigated a solution and found the https://github.com/google/secrets-gradle-plugin which generates BuildConfig constants and hides the keys from git.
my issue is, how can i replace the resource strings with the generated BuildConfig constants? how do i tell firebase initialisation to use the build config strings and not to look for the resource strings?