Skip to content

Instantly share code, notes, and snippets.

@JT501
Last active October 12, 2021 10:13
Show Gist options
  • Save JT501/c70c412bb754b19f20045c31762e613e to your computer and use it in GitHub Desktop.
Save JT501/c70c412bb754b19f20045c31762e613e to your computer and use it in GitHub Desktop.
Firebase Functions Config

Import json to functions config

firebase functions:config:set env="$(cat functions.config.json)"

Get the json

firebase functions:config:get env

Export to file

firebase functions:config:get > functions.config.json

Access the config in a function

functions.config().env.xxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment