-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
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
Labels
No labels