I am implementing chat using cloud firestore.
I have ChatRoom(collection)-> Messages(collection)
Can anyone help me to fetch last message(Last message sent/received any user from two user in a chatroom) from the Messages collection and show in ChatRoom with last message.
Here i have two collection one inside another, so two asynchronous query will be required for multiple chat room