使用数组过滤Firestore集合

时间:2019-11-07 14:21:00

标签: firebase google-cloud-firestore react-redux-firebase

props.bookmarks是一个包含一些文档ID的数组。我想要的是“新闻”集合中的所有文档,这些文档的ID在数组中。 这段代码显然行不通,但是我想要这样的东西。

firestoreConnect(props => {
            return [{collection: 'news',
                where:[firebase.firestore.FieldPath.documentId(), '==', props.bookmarks]
            }]
        }

请帮助,谢谢。

0 个答案:

没有答案