I am developing a chat app using Firebase Firestore.
I have a collection for room chat and another one for user info.
How can I retrieve user data when I listen Room snapshot.>
You have to execute two separate reads. but the problem you will get is read data executes in the background you have to wait until the second read data is received.