Securing environment settings

Database & APIs

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:

  1. Store Url and Keys in firebase Remote config.

  2. Some other storage (needs to be free or very low cost)

Any ideas?

What have you tried so far?

google, but all examples are flutter, not FF.

Did you check FlutterFlow's Documentation for this topic?
Yes
2
2 replies