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.
2 parents a2505bd + 3ae66c4 commit 21ae845Copy full SHA for 21ae845
.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