File-based Environment Configuration in Firebase
Learn to set and retrieve environment variables in Firebase.
We'll cover the following...
Environment variables are variables made up of name-value pairs used to configure values inside an application’s code from outside the code. They can affect the behavior of running processes on a computer or operating system.
When running Cloud Functions, well often need to include additional configuration required by functions such as API keys, client secrets, and so on. ...