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

Stepres stepres picture Stepres stepres · Oct 5, 2017 · Viewed 18.2k times · Source

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

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

enter image description here

Answer

Dan McGrath picture Dan McGrath · Oct 5, 2017

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