FirebaseExtended / firechat

Real-time Chat powered by Firebase
https://firechat.firebaseapp.com
MIT License
2.42k stars 1.04k forks source link

Access user chats in a room #104

Open abyswp opened 6 years ago

abyswp commented 6 years ago

I'm looking to create an anonymous chat app that can make use of Firechat. In order to pair up users in a better way, I need to obtain the chats of individual users in different chatrooms and run some algorithms on them. How do I go about accessing the chats ?