Firebase Deploy presents message for being 'waiting for APIs' to enable

0

Talk to me, I'm doing my first deploy on Firebase, and I came across this.

Unfortunately, I have not found anything in the interwebs about, and I'm always following you, is there anything I can do to solve this problem?

i  deploying database, storage, firestore, functions, hosting
i  database: checking rules syntax...
+  database: rules syntax is valid
i  storage: checking storage.rules for compilation errors...
+  storage: rules file storage.rules compiled successfully
i  firestore: checking firestore.rules for compilation errors...
+  firestore: rules file firestore.rules compiled successfully
i  functions: ensuring necessary APIs are enabled...
i  runtimeconfig: ensuring necessary APIs are enabled...
+  runtimeconfig: all necessary APIs are enabled
!  functions: missing necessary APIs. Enabling now...
i  functions: waiting for APIs to activate...
i  functions: waiting for APIs to activate...

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

I guess I have a reasonable chance that there is nothing to do, apparently it was for Google to have infinite APIs or something ... but ... if anyone knows how to solve this BO, I am grateful.

    
asked by anonymous 03.10.2017 / 20:12

1 answer

0

I found a solution,

instead of 'firebase deploy' I used 'firebase deploy --only hosting'

There is an open issue, and if I see any response / update, I update here. But for now the different command already 'solves'.

    
03.10.2017 / 22:52