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

Queries with multiple filters #137

Open
djcedr opened this issue Jul 27, 2022 · 1 comment
Open

Queries with multiple filters #137

djcedr opened this issue Jul 27, 2022 · 1 comment
Labels

Comments

@djcedr
Copy link

djcedr commented Jul 27, 2022

Hi, is it possible to design queries with multiple filters?

firestore.query(...).Where(...).Execute() returns an array of Documents and not a CollectionReference, and the method described here https://stackoverflow.com/questions/48036975/firestore-multiple-conditional-where-clauses (chaining .where queries on a CollectionReference) then doesn't seem to work here.

Thanks for your help!

@LaughDonor
Copy link
Collaborator

Hey @djcedr, what happens when you try?

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

No branches or pull requests

2 participants