mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-21 02:26:30 +08:00
feat(firestore): array-contains, array-contains-any & in filters (#2868)
* feat(firestore) Add IN query support (JS/Android) * feat(firestore) in query validation * feat(firestore) in query ios support / tests * docs(firestore): update reference docs to include in query support
This commit is contained in:
@@ -31,7 +31,7 @@ project.ext {
|
||||
],
|
||||
|
||||
firebase: [
|
||||
bom: "21.1.0",
|
||||
bom: "24.1.0",
|
||||
],
|
||||
],
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user