How to fetch minimal data for List Views and detailed data on demand with Firebase Firestore?
I'm working on a front-end application where I need to display a list of projects for a user. Each project contains a lot of data. For my list view, I'm aiming to: Fetch only essential metadata for each project, enough…