How do you secure your API keys? For me the option to run them privately as a cloud function just doesn't seem to work.
When I've used API keys with swift, I've always added them in a separate file that kept them secure. What is the best practice with FF and Flutter? What do you use?