当 docID 括号内包含整数时,Firebase 模拟器 UI (Firestore) 不会显示子集合中的文档

问题描述 投票:0回答:1

目前结构:

Root
|
--- MainCollection [collection]
|     |
|     --- doc(1234) [document]
|            |
|            --- SubCollection [collection] <- not showing!
|     |
|     --- (123456) [document]
|            |
|            --- SubCollection [collection] <- not showing!
|     |
|     --- (123456 [document]
|            |
|            --- SubCollection [collection] <- showing!

showing

注意文档 ID,当文档 ID 括号内有整数时,它不会扩展。

docID "(123456)"
docID "doc(1234)"
下的子集合不会展开。 not showing

上述行为仅发生在模拟器 UI 中,我可以从客户端代码访问所有文档。

google-cloud-firestore firebaseui firebase-tools
1个回答
0
投票

我复制了您的问题,如果文档有括号,我也无法打开子集合。

image

我发现有一个github问题仍然开放很长时间。我建议您在 github 问题中添加您的担忧,或者在同一个链接提出新的问题。或者,您可以通过从此处提出错误来联系 Firebase 团队。

© www.soinside.com 2019 - 2024. All rights reserved.