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
- edu email
my edu email is my seccondary email for github and when i signed in i dont think its registering i have an edu email using githubs education pack anyone know ho...
- {"code": 1008, "message": "Invalid Origi...
Nothing has changed in my application or console settings so I'm curious as to what I need to do to fix this. I already have the client registered so I'm not en...
- Issues with Appwrite and networking
Hi, I’ve been having some real issues with hosting appwrite, I have it running with the hostname ‘localhost’ and I used to also be able to use the machines IP ...