Cloud Firstore Plugin Should Support Logical Or Query #4525
Unanswered
maheshj01
asked this question in
Feature request
Replies: 1 comment 2 replies
-
@maheshmnj is there any news on this I also need something like this |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, we can do logical And operations using the where clause something like this
Logical AND
I would propose a similar functionality for logical OR
Proposal
The current approach which works for me is using the CombineLatestStream from the rxdart package
Current Approach
I am not sure how efficient the current approach is, or what are the technical challenges involved with adding support for Logical Or query to firestore plugin I would love to hear more about it. Feel free to close this issue if this is a duplicate or have no plans for it.
Beta Was this translation helpful? Give feedback.
All reactions