how to hide api key in react app
// .env
API_KEY=your_api_key <-- this won't work
REACT_APP_API_KEY=your_api_key <-- yes! this work
// Example:
// REACT_APP_GOOGLE_API_KEY=123456
how to hide api key in react app
// .env
API_KEY=your_api_key <-- this won't work
REACT_APP_API_KEY=your_api_key <-- yes! this work
// Example:
// REACT_APP_GOOGLE_API_KEY=123456
how to hide api key in react app
node_modules
public
src
.env <---- Here
.gitignore
LICENSE
README.md
package-lock.json
package.json
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us