Secure Variables
You can manage secure variables in your app deployments. Through the secure plugin, your app can receive variables at runtime without hardcoding them in source code or environment files.
Considerations
- On its first run, the plugin downloads the variable values and stores them securely using the device's hardware-backed mechanism. On subsequent runs, it checks whether the stored version is the latest; if so, it uses the local values. Otherwise, it downloads and stores the new values again.