Good morning FlutterFlow community,
Please, does anyone know how to hide API keys?
I’m using a custom payment action that opens a WebView for payments. The action uses variables like amount and the payment API key. Right now, I have to paste the API key directly, but I’m worried it’s not safe because anyone could extract it from the app.
Is there a secure way to store my payment API key in FlutterFlow?