Creates and returns a new Query that ends at the provided document
(inclusive). The end position is relative to the order of the query.
The document must contain all of the fields provided in the orderBy of
this query.
Creates and returns a new Query that ends before the provided document
snapshot (exclusive). The end position is relative to the order of the query.
The document must contain all of the fields provided in the orderBy of
this query.
Creates and returns a new Query that's additionally sorted by the specified
field.
The field may be a String representing a single field name or a FieldPath.
Creates and returns a new Query that starts after the provided document
(exclusive). The starting position is relative to the order of the query.
The documentSnapshot must contain all of the fields provided in the orderBy of
this query.
Creates and returns a new Query that starts at the provided document
(inclusive). The starting position is relative to the order of the query.
The document must contain all of the fields provided in the orderBy of
this query.