React native – Is it secure to use an .env file to store API keys in Firebase Cloud Functions instead of Google Secret Manager?
I'm building a backend using Firebase Cloud Functions for a React Native app, and I need to securely store API keys. I’ve seen in the Firebase docs that Google recommends using Secret Manager, but since Secret Manager is a paid…