Import json to functions config
firebase functions:config:set env="$(cat functions.config.json)"Get the json
firebase functions:config:get envExport to file
firebase functions:config:get > functions.config.jsonAccess the config in a function
functions.config().env.xxx