#Are environment variables safe to use?[SOLVED]
3 messages · Page 1 of 1 (latest)
The IDs are not sensitive, you don't want to expose an API key, but exposing org/collection/etc is fine.
All right! I get it now.
3 messages · Page 1 of 1 (latest)
I am building a VITE react app that I will be deploying using Vercel or Netlify using their environment variables. Would it be secure to pass my ID's in the vercel's env. Wouldn't that make the ID's accessible in the frontend code?
The IDs are not sensitive, you don't want to expose an API key, but exposing org/collection/etc is fine.
All right! I get it now.