flutter chat on firebase
project demonstrates building a simple chat application using flutter framework and firebase cloud. app does not poll for new messages, instead streams are used to make it reactive.
tech stack
- firebase authentication for user management.
- firebase firestore message storage.
Comments are closed.