I cannot enable firestore in the project, although I do not use AppEngine or Datastore

I am trying to activate a firestore in a project that I am not using AppEngine or Datastore with this error message.

Unable to enable Firestore for this project. Currently, Firestore cannot be enabled in projects that already use Cloud Datastore or App Engine.

To be more precise, I used datastore, but now there are no objects in my project datastore. So maybe there is something that I should explicitly disable

thanks in advance for your help

+5
source share
1 answer

Unfortunately, since you previously used Cloud Datastore in this project, you cannot create an instance of Cloud Firestore. Our ability to switch it now only works if it has never been used in the past.

+7
source

Source: https://habr.com/ru/post/1272393/


All Articles