Beta Firebase Firestore won't work with projects using app engine

只谈情不闲聊 提交于 2019-12-18 19:02:03

问题


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.



来源:https://stackoverflow.com/questions/46552124/beta-firebase-firestore-wont-work-with-projects-using-app-engine

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!