Beta Firebase Firestore won't work with projec

2020-03-01 06:59发布

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条回答
我命由我不由天
2楼-- · 2020-03-01 07:34

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.

查看更多
登录 后发表回答