I cannot enable firestore on a project although I'm not using AppEngine nor Datastore

我只是一个虾纸丫 提交于 2019-12-08 16:39:13

问题


I'm trying to activate firestore on a project on which I'm not using AppEngine nor Datastore and having this error message.

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

To be more precise, I used to use datastore but now there is no entities in my project datastore. So maybe there is something that I need to disable explicitly

Thx in advance for your help


回答1:


Unfortunately since you have previously used Cloud Datastore in that project, you cannot create a Cloud Firestore instance. Our ability to switch it currently only works if it was never used in the past.



来源:https://stackoverflow.com/questions/46605642/i-cannot-enable-firestore-on-a-project-although-im-not-using-appengine-nor-data

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