Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

[📚] Document query rules #29

@Lyokone

Description

@Lyokone

This issue is for tracking the various query "edge-cases" that are probably worth documenting

The following is a non-exhaustive list of points to cover:

.orderBy().startAt().orderBy()
The issue: orderBy cannot be used if startAt was already specified
collection.startAt()
The issue: startAt requires an orderBy query
where('foo', >=).where('bar', >=)
The issue: when using certain where operators, subsequent where usages must be applied to the same property
This other list contains ODM-specific points:

orderByA().orderByB(startAt: )

copied from: firebase/flutterfire#9165

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions