currently developing an app using firestore as my database.
The way it works is, I have created 3 users, and each user has 300 products associated to him. The problem is that everytime the user navigates to the page, it calls 300x at the time, so I'm hitting the free 50k easily. Since I need real time on some pages what is the best approach ?
Thanks