Timeout while Firebase deploy

2019-05-07 21:00发布

I am trying to deploy my Firebase functions to Firebase but my cmd gives me the following information:

i   runtimeconfig: ensuring necessary APIs are enabled...
+   runtimeconfig: all necessary APIs are enabled
!   missing necessary APIs. Enabling now...
i   functions: waiting for APIs to activate...
i   functions: waiting for APIs to activate...
i   functions: waiting for APIs to activate...
....after a few minutes....
Error: Timed out waiting for APIs to enable. Please try again in a few minutes.

How can I solve this issue?

1条回答
疯言疯语
2楼-- · 2019-05-07 21:30

If you run firebase deploy --only hosting IT WORKS!

I will wait a reply for the opened issue and update here if something changes.

查看更多
登录 后发表回答