Guys need some input creating a data structure that can be scaled for my use case.
I as a user can have many followers & can follow others too. So when I create a post my followers should get it. The Typical use case similar to Twitter or FB, but not so complex.
So for Instance I(Joseph) follow 2 users, hence my feed should be populated with the posts from the users I follow.
How can I fetch the posts of persons I follow. Or please guide on how to achieve the same using Firebase Realtime DB (NoSQL)
