Skip to content

WHERE with dates #151

@alejandrosofter

Description

@alejandrosofter

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..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions