当我尝试将beta firestore添加到我的Google云平台项目时,我收到以下消息.
无法为此项目启用Firestore
目前,在已使用Cloud Datastore或App Engine的项目中无法启用Firestore
这会永远持续下去吗?
我想我想用firestore替换一些但不是全部的数据存储区来获得实时更新.
也许firestore在其后端使用数据存储和appengine?
我应该使用两个GCP项目来解决这个问题吗?
谢谢,内森
google-app-engine firebase google-cloud-datastore google-cloud-platform google-cloud-firestore
此外,尽管我没有使用 AppEngine 或 Datastore,但我无法在项目上启用 firestore,我们创建了几个 Firebase 项目,并且特意避免设置 AppEngine 或使用 Datastore — 因为这些显然排除了设置 Firestore —但是我们在尝试启用 Firestore 时遇到错误。
当我们在 Firebase 控制台中单击“创建数据库”时,我们收到“无法为此项目启用 Firebase/发生未知错误”:
在尝试诊断此问题时,在 Google Cloud Console 中,第一个 AppEngine 项目似乎未设置(也不应该设置),推测问题可能在于启用了 Datastore。
但是,同时我们可以在 App Engine => 设置下“禁用应用程序”:
所以问题是:为什么我们不能为一个有效的全新项目启用 Firestore?它与 AppEngine 相关吗?外部联系支持,有没有办法诊断这个?
顺便说一句,在测试期间,我在 Google Cloud Console 中禁用了 AppEngine,并且“Firebase -> 数据库”现在指出“需要启用 App Engine 才能使用 Cloud Firestore”
假设这是 AppEngine 和 Firestore 过渡期的一部分,并且这些问题应该在不久的将来得到解决是否正确?
firebase ×2