Chat Room(Classes) with list of members #4807
Unanswered
jeremiahseun
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I'm building an online Classroom chat like Chat rooms but I'm not sure on how to really go about it.
I created a collection of classes where users can search for classes and probably join the class. A file was created for all classes
classes_home.dart
.Likewise, in my
class_add.dart
file, i added a place where an admin can add users when they search from the users collection. And when the class is created, it takes them to theclass_chat_screen.dart
where users can chat.Now, i want to do it that when you're added to a class by an admin, that particular class will show in the Classes list of the user that was added.
Please how can I do this?
I don't know how to go about it.
Beta Was this translation helpful? Give feedback.
All reactions