I have used google Datastore in my application and I want to migrate to Google Firestore. I keep getting this error message
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.
I have tried to disable the Cloud Datastore API, but with no success. is there a way to change to firestore ?
I cant change to another project because I have customers who already installed the application with the old firebase project!