How to optimize Firestore Caching and Querymodeling
问题 I am making a Moneymanagement-App where the user can create Transfers for each day. I am currently listing all the data on the mainscreen. At the moment that doesn't matter because there isn't much data but imagine a user who uses the app several years and tracking all his spendings. My first thought was to cache all the available Data for that user but that would cause too many unnecessary reads because the user most likely won't need the data from lets say 5 years ago. So I thought the