Hi Guys,
My query is below. Please help me out.
The homepage for my app is below. This is a page to search for trainings based on the date selected. The search is a query collection call to “Training Plan”, and the field to search in the collection is DateTime.
On the homepage, the dates are shown using the Calendar widget. Once the user selects the date, the widget state will have the date (in a certain format). Hence, the query to the collection is set with a filter using the widget state, as below.
Query Collection à Training Plan (Collection)
Filter 1 :
DateTime (Collection Field) == widget state (currentselecteddate)
ISSUE :-
· The filter on the date is not working, and not returning the results. If I query the collection without the filter, it works fine and lists the entire dataset in the ListView.
Note :- As per the Calendar widget documentation, the data type for the Firestore field should be Timestamp. But my Flutterflow is not giving me that option, it is showing only DateTime.