Timeout while Firebase deploy

2019-05-07 21:07发布

问题:

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:

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

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