Firebase Cloud Functions: Import Environment Configurations from File?

邮差的信 提交于 2019-12-21 18:03:20

问题


According to Firebase documentation, environment configs can be set by running the command:

firebase functions:config:set someservice.key="THE API KEY" someservice.id="THE CLIENT ID"

However, I am wondering is there a way to import environment configs from a file e.g. from a JSON file configs.json:

firebase functions:config:set configs.json

来源:https://stackoverflow.com/questions/45098388/firebase-cloud-functions-import-environment-configurations-from-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!