从 3.17.4 更新到最新的 Firebase CLI 工具 3.17.5 后,当我尝试在本地模拟这些功能时出现此错误?
我该如何解决这个问题?,我尝试更新和刷新多次但没有成功。
-functions inside the functions directory.
! functions: Error from emulator. Error occurred while parsing your function triggers. Please ensure you have the latest firebase-functions SDK by running "npm i --save firebase-functions@latest" inside your functions folder.
Error: Firebase config variables are not available. Please use the latest version of the Firebase CLI to deploy this function.
at init (D:\android-projects\firebase\functions\node_modules\firebase-functions\lib\config.js:55:15)
at Object.config (D:\android-projects\firebase\functions\node_modules\firebase-functions\lib\config.js:29:9)
at Object.<anonymous> (D:\android-projects\firebase\functions\index.js:56:31)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
Shutting down...