Firebase documents structure

Database & APIs
Resolved

Hello everyone

My webapp is supposed to have many users, who will access the web multiple times a day, so my firebase will have to work quite a bit. The problem is that they will access a lot of products (50-100) and having this products in separeted documents could turn out very expensive. So I have only one document with a list of products, but I don't know if this is the right approach.

Any recommendations?

Thanks

What have you tried so far?

I have thought about using only one document beacause pagination wouldn't be very useful, as the users will see all the products very often.

Did you check FlutterFlow's Documentation for this topic?
Yes
2 replies