DEV Community

Discussion on: Setting up your first ReactJS & Firebase Auth project

Collapse
 
lukeecart profile image
Luke Cartwright

With the config are you using Environment variables?

If so, be careful as React compiles the variables in your client side code.
See my article:
dev.to/lukeecart/are-you-exposing-...