FirebaseExtended / firechat

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

Unread Messages #106

Open d1b1 opened 6 years ago

d1b1 commented 6 years ago

I have been working with Twilio Chat to find a way to build a slack like integration to my firebase app. The Twilio JS SDK has a ton of features on the client site, but is more limited on the node/backend side. So I am back working with the firebase codebase.

Has anyone come up with a way to extend this API to allow for keeping track of unread messages per user when the user is offline? Maybe a firebase function?

RadiBarq commented 6 years ago

I am currently working on a chat feature inside my app using firebase, you could use firebase functions cloud messaging to track messages offline.