Skip to content

Commit f5ac43c

Browse files
authored
Update the query protos. (#3880)
1 parent 737ff58 commit f5ac43c

File tree

1 file changed

+4
-1
lines changed
  • firebase-firestore/src/proto/google/firestore/v1

1 file changed

+4
-1
lines changed

firebase-firestore/src/proto/google/firestore/v1/query.proto

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,11 @@ message StructuredQuery {
6666
// Unspecified. This value must not be used.
6767
OPERATOR_UNSPECIFIED = 0;
6868

69-
// The results are required to satisfy each of the combined filters.
69+
// Documents are required to satisfy all of the combined filters.
7070
AND = 1;
71+
72+
// Documents are required to satisfy at least one of the combined filters.
73+
OR = 2;
7174
}
7275

7376
// The operator for combining multiple filters.

0 commit comments

Comments
 (0)