在Firebase Firestore中,我有一个具有以下结构的数据库
根集合:
->文档1:
----> Collection1:
-------> DocumentA
-------> DocumentB
---------> CollectionX
-------> DocumentC
----> Collection2:
-------> DocumentD
-------> DocumentE
我想读取文档A,B,C,D,E和CollectionX中的数据。 我该怎么办?
如何获取文档中的收藏夹?