Flutter – Firebase firestore structure
My current database approach looks like this: Now when I stream products, I want for every product the subcollections (images, prices, sizes). What will be the best idea to fetch this in a stream, without using a lot of reads?…