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

WHERE with dates #151

Open
alejandrosofter opened this issue Aug 6, 2022 · 0 comments
Open

WHERE with dates #151

alejandrosofter opened this issue Aug 6, 2022 · 0 comments

Comments

@alejandrosofter
Copy link

alejandrosofter commented Aug 6, 2022

hello! i have been in problems to add condition with dates in where field.. in backend firestore filter good but with this lib is not possible to me .. anybody can filter with dates? ..
this is part of code to add between condition dates:

setWhere([
      ["dateFrom", ">", data.dateFrom],
      ["dateTo", "<", data.dateTo],
  
  ]);

i put any filter with others fields and filter ok..

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