Let me illustrate my problem first,
I have three collections in my cloud Firestore 'followers', 'posts' and 'timeline'.
(1) 'followers' contain all those user id's whom I am following
(2) 'posts' contain all the information which the particular user has posted.
(3) 'timeline' contain all the posts of the users whom I am following.

My problem is that how can I implement timeline collection in flutter ? I am not able to filter information which I want to include in my flutter App. I want help on this part.
Thanks