How do I completely delete Cloud Datastore from a project?

Mihail Malostanidis picture Mihail Malostanidis · Aug 12, 2018 · Viewed 7.4k times · Source

I want to create a Firestore in Native mode in an existing project. I don't have any data in Cloud Datastore, but it blocks me, saying

This project uses another database service Your current project is set up to use Cloud Datastore or Cloud Firestore in Datastore mode. You can access data for this project from the Cloud Datastore console.

when going through https://console.cloud.google.com/firestore/ and

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

when going through https://console.firebase.google.com/

I've tried it with writes to datastore enabled and disabled

I just want to completely purge the Cloud Datastore product from my project.

Answer

Jim Morrison picture Jim Morrison · Aug 14, 2018

Unfortunately, there is no way to purge the previous existence of a Cloud Datastore database to try either Cloud Firestore in native or Datastore mode. You'll have to use a new project to try Cloud Firestore in either native or Datastore mode.