janoodleFTW / timy-messenger

Timy - open source mobile app for groups to communicate and organize themselves. Built with flutter.
Apache License 2.0
2.08k stars 464 forks source link

online status, read receipt, and typing status #37

Open AxesandGrinds opened 4 years ago

AxesandGrinds commented 4 years ago

Some core features are missing for this messaging app. We need read receipts so that a user can know when a message has been read.

We need to know if the user who is there is actively online which can easily be achieved with firebase.

Lastly, we need a way to know if someone is currently typing a reply.