https://github.com/tom474/chat_app
A real-time chat app with Firebase authentication, messaging, image uploads, and push notifications.
https://github.com/tom474/chat_app
dart firebase flutter mobile-development
Last synced: over 1 year ago
JSON representation
A real-time chat app with Firebase authentication, messaging, image uploads, and push notifications.
- Host: GitHub
- URL: https://github.com/tom474/chat_app
- Owner: tom474
- Created: 2023-12-09T08:36:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T02:56:00.000Z (over 1 year ago)
- Last Synced: 2025-01-30T03:25:35.883Z (over 1 year ago)
- Topics: dart, firebase, flutter, mobile-development
- Language: Dart
- Homepage:
- Size: 559 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat App
A real-time chat application that supports user authentication, image uploads, and push notifications using Firebase services.
## Tech Stack
- Flutter
- Dart
- Firebase
## Features
- **User Authentication**: Supports user signup, login, and logout with Firebase Authentication.
- **Real-Time Messaging**: Enables instant text-based communication using Firebase Firestore.
- **Image Upload**: Allows users to upload profile pictures stored in Firebase Storage.
- **Push Notifications**: Sends notifications when new messages are received.
- **User Presence**: Detects online/offline users.
- **Dark Mode Support**: Optimized UI for dark mode.