Skip to content

Commit 476be61

Browse files
committed
Making public API changes to ensure that only QueryFilterConstraints can be passed to or(...) and and(...).
1 parent 60f4276 commit 476be61

File tree

2 files changed

+195
-75
lines changed

2 files changed

+195
-75
lines changed

packages/firestore/src/api/filter.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ export {
2929
where,
3030
WhereFilterOp,
3131
query,
32+
QueryCompositeFilterConstraint,
3233
QueryConstraint,
33-
QueryConstraintType
34+
QueryConstraintType,
35+
QueryFilterConstraint,
36+
QueryFieldFilterConstraint,
37+
QueryOrderByConstraint,
38+
QueryLimitConstraint,
39+
QueryStartAtConstraint,
40+
QueryEndAtConstraint,
41+
QueryNonFilterConstraint
3442
} from '../lite-api/query';

0 commit comments

Comments
 (0)