【发布时间】:2021-11-29 21:20:02
【问题描述】:
如果我知道 Firestore 文档的 uid,我如何在 Web UI 中找到该文档?
在代码中,我可以执行db.collection('users').doc(uid) 之类的操作,但在 Web UI 中我不知道该怎么做。
【问题讨论】:
-
使用过滤器(每个集合顶部的三角形)。你可以在那里输入你想要的id。
-
这能回答你的问题吗? Firestore: find element by id from Firebase