How to prevent Firebase Firestore from unnecessary read operations in a Flutter app?
问题 So in my Firestore db, I have about 2000 documents that contain images (blob) with some tags to group them, order them and search them on local device. In my app, images are stored in a local SQLFlite db and user is able to see them offline, Firestore offline persistance is also enabled. When device network connection is on, firestore listener reads all my queries again because my app shows my images according to the tags that I use to classify images, even if there is no changes in my