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
Firebase 如何在不提及特定集合名称的情况下从fire store文档集合数据中检索数据?_Firebase_Angular5_Google Cloud Firestore - Fatal编程技术网

Firebase 如何在不提及特定集合名称的情况下从fire store文档集合数据中检索数据?

Firebase 如何在不提及特定集合名称的情况下从fire store文档集合数据中检索数据?,firebase,angular5,google-cloud-firestore,Firebase,Angular5,Google Cloud Firestore,我正在使用firebase firestore处理angular 5。我将数据插入fire store collection/document/collection/document/collection/document,然后将数据设置为最后一个文档。但在检索数据时,我只给出了第一个集合名称,然后我需要完整的根数据。但我只得到其中的字段。 签出:列出文档的子集合 正如我们所知,默认情况下,云Firestore中的查询是浅层的。这种类型的查询不受支持,尽管这是谷歌未来可能考虑的问题。

我正在使用firebase firestore处理angular 5。我将数据插入fire store collection/document/collection/document/collection/document,然后将数据设置为最后一个文档。但在检索数据时,我只给出了第一个集合名称,然后我需要完整的根数据。但我只得到其中的字段。

签出:列出文档的子集合

正如我们所知,默认情况下,云Firestore中的查询是浅层的。这种类型的查询不受支持,尽管这是谷歌未来可能考虑的问题。