Hi, I want to use "Dev Environments" feature to store my URLs and Keys for various APIs, but this is unsafe as they would get checked-in to github (i deploy using github feature in FF).
What are the best ways to store the urls (and keys most importantly) so they are not in code?
Thoughts I have had so far are:
Store Url and Keys in firebase Remote config.
Some other storage (needs to be free or very low cost)
Any ideas?