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

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.

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.