Skip to main content

Secure Variables

You can manage secure variables for your app environments. Through the secure plugin, the app can receive variables at runtime without hardcoding them in the source code or environment files.

Considerations

  • On 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.