We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2505bd commit 3ae66c4Copy full SHA for 3ae66c4
.changeset/sweet-rats-compete.md
@@ -3,4 +3,4 @@
3
'firebase': minor
4
---
5
6
-OR Query public API
+Adds OR query support to Firestore. Example: `query(myCollection, or(where('a', '==', 1), where('b', '==', 1)))`.
0 commit comments