I've set the env variables as defined in docs:
firebase functions:config:set someservice.key="THE API KEY" someservice.id="THE CLIENT ID"
When functions.config()
is called, the variables are not found(there is an outdated test-key), but the new config is not present. However, when I call firebase functions:config:get
- I get the necessary object, with updated API keys.
What can I do to use env variables properly?
The latest version of functions is deployed, but functions.config()
is not updated, both locally and live.