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

后端 未结 9 446
故里飘歌
故里飘歌 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:27

    If you just want to finish a tutorial, just change Node version from 10 to 8 in package.json

    "engines": {
      "node": "8"
    }
    

    This will now work, but eventually after February 15, 2021 deployment of Node.js 8 functions will no longer be allowed. So, if you want to use cloud functions after this date you must be on Blaze pay-as-you-go billing plan.

提交回复
热议问题