
As a non-pro developer working on a personal expo react native app, I have learned that keeping my api keys and values in a .env file is not secure. I'm using AppWrite as my backend, and I am assuming I should store such sensitive data like these variables somewhere on the server and access them on the server without having to put them insecurely in the .env file: APPWRITE_ENDPOINT, APPWRITE_PLATFORM, APPWRITE_PROJECT_ID, APPWRITE_DATABASE_ID, APPWRITE_USER_COLLECTION_ID
Can someone point me in the right direction about handling this problem? I haven't been able to find a good resource for this. I'm developing with Expo and AppWrite.

None of those values are (or should be) sensitive data.
Recommended threads
- Received duplicate events
I used the React Native SDK to subscribe to `buckets.<ID>.files` on the client side. When the backend creates a file, two events are logged in my client's conso...
- Email Verification on Paid Plans Only?
This might be a dumb question. But do you need to upgrade to a paid plan in order to enable email verification?
- User (role: guests) missing scope (proje...
Hi, starting from last night I started having issues accessing my 2 projects. I am on a free account. I get User (role: guests) missing scope (projects.read) su...
