Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 568
Stepres stepres Avatar asked Oct 05 '17 09:10

Stepres stepres


2 Answers

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
like image 86
Dan McGrath Avatar answered Sep 28 '22 20:09

Dan McGrath


I figured it out myself. It was just an ignorance while using the firebase console. I just had to enable the firestore beta from the console itself, under Database.

like image 40
Stepres stepres Avatar answered Sep 28 '22 21:09

Stepres stepres