Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/firebase/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google app engine Beta Firebase Firestore赢得';无法使用应用程序引擎处理项目_Google App Engine_Firebase_Google Cloud Datastore_Google Cloud Platform_Google Cloud Firestore - Fatal编程技术网

Google app engine Beta Firebase Firestore赢得';无法使用应用程序引擎处理项目

Google app engine Beta Firebase Firestore赢得';无法使用应用程序引擎处理项目,google-app-engine,firebase,google-cloud-datastore,google-cloud-platform,google-cloud-firestore,Google App Engine,Firebase,Google Cloud Datastore,Google Cloud Platform,Google Cloud Firestore,当我尝试将beta firestore添加到我的Google云平台项目时,我得到了以下消息 无法为此项目启用Firestore 目前,无法在已经使用云数据存储或应用程序引擎的项目中启用Firestore 这会永远持续下去吗? 我想我想用firestore来代替一些但不是所有的数据存储,以获得实时更新 也许firestore在其后端使用数据存储和appengine 我应该使用两个GCP项目来解决这个问题吗 谢谢, Nathan这是目前的一个技术限制,我们希望在将来取消 是的,目前您需要使用两个单独

当我尝试将beta firestore添加到我的Google云平台项目时,我得到了以下消息

无法为此项目启用Firestore
目前,无法在已经使用云数据存储或应用程序引擎的项目中启用Firestore

这会永远持续下去吗?
我想我想用firestore来代替一些但不是所有的数据存储,以获得实时更新

也许firestore在其后端使用数据存储和appengine

我应该使用两个GCP项目来解决这个问题吗

谢谢,
Nathan

这是目前的一个技术限制,我们希望在将来取消


是的,目前您需要使用两个单独的GCP项目来同时使用云数据存储和云Firestore。

数据存储听起来有点类似于Firestore,目前Firestore看起来像是直接从GCP进入Firebase,就像配额、规则和类似物一样,所以我想这就是原因。你知道这个限制是否会很快消失吗?我不希望它在明年消失。嘿@DanMcGrath我用谷歌搜索了Firebase实时数据库、Firestore和数据存储三个网站!到目前为止,我认为Firestore将取代Datastore和RealtimeDatabase,因为它具有这两种功能。这就是谷歌的计划吗?好吧。。。。我会把它当作是的,并用FixSt店实现我的下一个应用程序引擎项目。因为就连数据存储和Firestore的价格都相当!。我猜Firestore是用数据存储实现的。这就是为什么不能在同一个项目中同时使用两者的原因。