firechat icon indicating copy to clipboard operation
firechat copied to clipboard

Unread Messages

Open d1b1 opened this issue 7 years ago • 1 comments

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?

d1b1 avatar May 19 '18 15:05 d1b1

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

RadiBarq avatar Jul 13 '18 08:07 RadiBarq