-
Notifications
You must be signed in to change notification settings - Fork 682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Displays a user list based on someone who has been chatting #37
Comments
I am storing like in below format to get only chatted users. const kFirebaseUsersCollectionKey = "users"; class FirebaseHelpers { // Saving peer user details in current user collection.
// print("chatted user documents is $documents");
} // Saving current user details in peer user collection.
// print("chatted user documents is $documents");
} |
Hello Team,
I like your project and it works well to use.
right now, i want to display a user list based on someone who has chat on me or vice versa.
I saw
idFrom
andidTo
there.how to do query it so that only those who ever chat have been displayed?
The text was updated successfully, but these errors were encountered: