I'm using Firestore and Streambuilder to get realtime datas. In my app, I faced the situation that need 5 nested Streambuilder. I'm wondering should I avoid nested Streambuilder? Is there any way better?
In addition, this is my firestore collection structure. <[] --> collection, () --> doc>
[collection1] - (doc1, doc2 ..) - each doc has [collection2] - (doc1, doc2) - ...
I want to get whole docs, so I used nested Streambuilder.