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 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T01:49:27.000Z (about 2 years ago)
- Last Synced: 2025-01-12T08:44:31.271Z (over 1 year 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)