Is there is any way that we can create reference between documents?
For example and post has author which is a authenticated user and comments and each comment has user. So when we find post we find it's author and also find all comments with user document.
But problem arises like newsfeed of Twitter or any blog website where we list all posts with author. How can I get this done in firebase?
In mongoose it's very easy just ref and populate