Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I completely delete Cloud Datastore from a project?

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.

like image 395
Mihail Malostanidis Avatar asked Aug 12 '18 15:08

Mihail Malostanidis


Video Answer


1 Answers

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.

like image 141
Jim Morrison Avatar answered Oct 12 '22 13:10

Jim Morrison