Error: HTTP error: 400, Project 'my_project' is not a Firestore enabled project
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.
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