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