Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thegera4/flutter_chat_app
- Owner: thegera4
- Created: 2024-06-23T21:01:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-29T01:49:27.000Z (5 months ago)
- Last Synced: 2024-08-22T22:30:16.624Z (3 months ago)
- Topics: dart, firebase, firebase-auth, firestore-database, flutter
- Language: Dart
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
### Login / Logout
You can log in and out with Firebase authentication.
### 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)