#Are environment variables safe to use?[SOLVED]

3 messages · Page 1 of 1 (latest)

wanton phoenix
#

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?

strange lagoon
#

The IDs are not sensitive, you don't want to expose an API key, but exposing org/collection/etc is fine.