Flutter firestore isEqualTo 'timestamp' is not working
I have a collection of documents with a timestamp field named 'date'. I want to query a single document with the specific 'date': 2024/02/29 00:00:00 GMT05.30. So in Flutter, I'm trying to get that doc by using the following query…