Beta Firebase Firestore won't work with projec

2020-03-01 06:43发布

问题:

When I try to add the beta firestore to my Google cloud platform project I get the following message.

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

Is this going to last forever?
I think I would like to replace some but not all of my datastore stuff with firestore to get realtime updates.

Perhaps firestore uses datastore and appengine in its backend?

Should I use two GCP projects to get around this problem?

Thanks, Nathan

回答1:

This is currently a technical restriction we hope to remove in the future.

Yes, currently you will need to use 2 separate GCP projects to use both Cloud Datastore and Cloud Firestore simultaneously.