Hi,
I have been looking into firebase examples but not sure they are exactly what I am looking for, most have examples of open chat rooms.
What I want is to be able to login as a user and see all my chat threads with other users and interact with them.
A bit of context to my request below...
I have an iOS app in which users can select other registered users to chat with.
What I would like now is for a user who has started chatting with many other users, for example a teacher chatting to many students, it would be nice for him to be able to login to a desktop browser and continue chatting with the students instead of relying on their handheld device.
- Upon logging in the teacher should see a list of all the students they have instigated chats with via the app.
- The teacher can drill down into each students chat thread and send new messages to the student.
- If the student replies (via the iOS app) the teacher should be able to see the new message in their web based chat session.
This may seem straight forward to more practiced firebase users but I can't find any tutorials or examples on how to get started.
Any help would be much appreciated.