Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[📚] Document query rules #29

Open
Lyokone opened this issue Jul 8, 2024 · 0 comments
Open

[📚] Document query rules #29

Lyokone opened this issue Jul 8, 2024 · 0 comments

Comments

@Lyokone
Copy link

Lyokone commented Jul 8, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant