标签: firebase google-cloud-firestore
我想从特定的用户组中获取帖子。
所以我需要这样的查询:
postCollectionRef.whereValueInArray("by_uid", userList).get();
基本上只获取userList中具有“ by_uid”字段的帖子。有什么办法可以做到这一点?