Firebase Deploy displays 'waiting for Apis' message to enable

Asked

Viewed 44 times

0

Talk guys, I’m doing my first deployment on Firebase, and I came across this beautiful.

Unfortunately I found nothing on the interwebs about, and I turn to you as always, there is something I can do to solve such a 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 imagine you 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 OR, I’m grateful.

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 'resolves'.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.