DEV Community

Discussion on: Protecting API keys in Flutter

Collapse
 
archenroot profile image
ArchenROOT

Using envars is common practice of how to inject security things inside some app code, its not flutter specific. But still this is not solving the core problem. How will I deliver the service account/api keys to mobile app to use it in secure way when someone just download it from google play store?