400 Billing account for project is not found. Billing must be enabled for activation of service(s)

后端 未结 9 592
故里飘歌
故里飘歌 2021-02-05 00:31

I am create API with firebase via this tutorial here.

On I run:

firebase deploy

I get this error on the command line:

9条回答
  •  無奈伤痛
    2021-02-05 01:22

    I get an error also!

    How you fix the error is: go to https://console.firebase.google.com/project/your_firebase_project/usage/details website and then follow the onscreen instructions.

    Then run the command in the Linux home directory on the Linux terminal:

    firebase deploy
    

    and it works!

提交回复
热议问题