无法使用flutter中的whereIn从Firestore中获取数据

时间:2020-06-26 00:10:47

标签: firebase flutter dart google-cloud-firestore

我想根据一个收藏中的数据从另一个收藏中获取某些文档。我在来宾列表中得到4个文档,但在joinGuests中得到0个元素。

/**
 * Listen to mousedown event
 *
 * @type {HTMLElement} - the target of the event
 * @listens document#mousedown - the namespace and name of the event
 */

document.getElementById('some_element').addEventListener('mousedown', function () {
  // Some code
});

events collection Database image

users collection database image

1 个答案:

答案 0 :(得分:0)

嗯...至少在uid集合的屏幕快照users中显示的示例中具有空格值。

like:" PLRNk...(etc.)"集合中的guest似乎像是:"PLRNk...(etc.)"

看起来很简单,但这不是我第一次看到它...:P

我希望它将对您有帮助!