Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thegera4/flutter_chat_app

Chat app made with flutter and firebase
https://github.com/thegera4/flutter_chat_app

dart firebase firebase-auth firestore-database flutter

Last synced: 2 days ago
JSON representation

Chat app made with flutter and firebase

Awesome Lists containing this project

README

        

# QChat (Quick Chat)

Concept Chat app. The Authentication package and the Cloud Firestore package are used to implement Firebase integration.

### Registration

You can register a new account. There are input validations with Firebase rules.

registration

### Login / Logout

You can log in and out with Firebase authentication.

login-logout

### Send messages

If you log in, you can start sending messages and they are saved and shown in real time! (powered by the StreamBuilder widget)

stream