执行此Firebase CLI命令后:
firebase functions:config:set osp.google.clientId=...
我得到:Error: Invalid config name osp.google.clientId, cannot use upper case
鉴于Firebase environment variables基于Google运行时配置(GRC),为什么不允许它们?
这个link解释了GRC中可能的变量名称,它肯定允许使用大写字符。
并非它对我有影响,但在Firebase的文档中没有正确记录。