Error: HTTP error: 400, Project 'my_project' is not a Firestore enabled project

前端 未结 8 1742
一整个雨季
一整个雨季 2021-02-03 18:37

While I run the command firebase deploy I get this error:

Error: HTTP Error: 400, Project \'my_project\' is not a Firestore enabled project.<

8条回答
  •  再見小時候
    2021-02-03 19:07

    Are you trying to use Cloud Firestore?

    • If so, visit the database section of the console and initialize Cloud Firestore
    • If not, remove the firestore.rules file locally

提交回复
热议问题