Home > Mobile >  firebase cloud functions command error `firebase deploy --only functions`
firebase cloud functions command error `firebase deploy --only functions`

Time:05-26

I have create project in firebase. has installed 'firebase-tools' and Run the command firebase loginfirebase init functions successfully, but when I run the command firebase deploy --only functions, Report the error in the picture below. I have tried many times, and I keep reporting this error. Has anyone encountered this problem?

error log

CodePudding user response:

I guess, your country should not have free access to Google services, I have encountered this problem before, and Google services should be banned, so you can only use a proxy to deploy Firebase Cloud Functions.

  • Related