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 ece0ee7 commit b5a8fbaCopy full SHA for b5a8fba
packages/firestore/src/lite-api/query.ts
@@ -145,7 +145,6 @@ export abstract class QueryFilterConstraint extends QueryConstraint {
145
* also contains this `QueryFieldFilterConstraint`.
146
*/
147
export class QueryFieldFilterConstraint extends QueryFilterConstraint {
148
-
149
/** The type of this query constraint */
150
readonly type = 'where';
151
@@ -353,7 +352,6 @@ export function and(
353
352
* the query result.
354
355
export class QueryOrderByConstraint extends QueryConstraint {
356
357
358
readonly type = 'orderBy';
359
0 commit comments