I have a nosql database on Firebase with a collection of posts. Each post have a collection of comments.
When user add a new comment, ALL widgets reload (on posts list screen) and I want to only see comment adding to comment's list, not reloading all screen...
This is because I done it wrong code or wrong database?
I need to store comments on separate collection of posts like a relational database?
PS: I'm new to Flutter, Firebase and nosql databases