如何在不知道数据库中文档ID的情况下在Cloud Firestore数据库中查询。 这是我的Cloud Firestore数据库结构。
Users(collection)
AuthencatedID(document)
TransactionDetails(collection)
AuthID(document)
ID:2334
我的查询应输出一个文档,其中包含属性ID的值2334。是否可以?而且我不知道authenticatedID或documentID。