Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

QueryFieldFilterConstraint

A QueryFieldFilterConstraint is used to narrow the set of documents returned by a Firestore query by filtering on one or more document fields. QueryFieldFilterConstraints are created by invoking where and can then be passed to {@link (query:1)} to create a new query instance that also contains this QueryFieldFilterConstraint.

class QueryFieldFilterConstraint extends QueryConstraint {
readonly type: string;
}

§Extends

§
QueryConstraint
[src]

§Properties

§
type: string
[src]

The type of this query constraint