I’m used to using Environment Variables to deploy to Heroku but those are called like ‘$HEROKU_API_KEY’ in the circleci config file itself.
I’m currently adding firebase to my react application and need to hide the API tokens stored in a firebase.js file.
My question is, how do I implement this so that circleci can store those keys and what syntax will my js file need to call it? is it possible to inject entire config files at build time?