Combining Multiple ‘where’ Conditions with Timestamps in a Firestore Query in Flutter
I want to retrieve documents from a Firestore collection in Flutter that match a specific list of IDs and have an updated date newer than the cached date stored on my device.