Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I cannot enable firestore on a project although I'm not using AppEngine nor Datastore

I'm trying to activate firestore on a project on which I'm not using AppEngine nor Datastore and having this error message.

Cannot enable Firestore for this project Currently Firestore cannot be enabled in projects already using Cloud Datastore or App Engine

To be more precise, I used to use datastore but now there is no entities in my project datastore. So maybe there is something that I need to disable explicitly

Thx in advance for your help

like image 376
MBHA Phoenix Avatar asked Oct 06 '17 12:10

MBHA Phoenix


People also ask

How do I enable firestore project?

To use the Firestore mobile/web client libraries and other Firebase features, add Firebase to your existing Google project. Add Firebase to your existing Google Cloud project: Log in to the Firebase console, then click Add project. Select your existing Google Cloud project from the dropdown menu, then click Continue.

Is Cloud Datastore the same as firestore?

Firestore is the newest version of Datastore and introduces several improvements over Datastore. Existing Datastore users can access these improvements by creating a new Firestore in Datastore mode database instance.


1 Answers

Unfortunately since you have previously used Cloud Datastore in that project, you cannot create a Cloud Firestore instance. Our ability to switch it currently only works if it was never used in the past.

like image 91
Dan McGrath Avatar answered Sep 22 '22 20:09

Dan McGrath