Firebase功能 - 等待API激活

时间:2018-03-01 16:17:46

标签: firebase google-cloud-functions

因此,我尝试使用Firebase云功能设置环境密钥,但它似乎无法正常工作。我得到的只是:

$ firebase functions:config:set service.secret="secret"

i  runtimeconfig: waiting for APIs to activate...
i  runtimeconfig: waiting for APIs to activate...
i  runtimeconfig: waiting for APIs to activate...
i  runtimeconfig: waiting for APIs to activate...
i  runtimeconfig: waiting for APIs to activate...
Error: Timed out waiting for APIs to enable. Please try again in a few minutes.

我正在使用

"firebase-admin": "5.2.1",
"firebase-functions": "0.6.3"

并获得了firebase-tools设置。有谁知道我为什么得到这个?一切都像两周前一样工作

2 个答案:

答案 0 :(得分:0)

我认为你只需等待一段时间再激活它。

答案 1 :(得分:0)

我使用的是Vagrant,由于某些原因,Vagrant无法安装某些依赖项(例如grpc)。相反,我刚退出Vagrant,在我的Mac OS上安装了最新的Firebase SDK,然后就可以了。