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
- Beginner Unity game
In tutorial creator get new words, but i dont I dont lnow what problem https://www.youtube.com/watch?v=vQY4jsho1nQ 11:17
- Auth Issue (maybe?)
Hi there, I'm relatively new to programming and am following a tutorial on youtube just to get an idea of how this all is suppossed to work. Now Im setting up t...
- Hi Folks, Database Writing Issue
Hey Folks im trying to get logging setup on my website but im getting an error, i dont have any document id and i think this is the issue but i havent got the f...