https://github.com/didinj/flutter-firebase-chat-app
Build a Chat App with Flutter and Firebase Realtime Database
https://github.com/didinj/flutter-firebase-chat-app
app chat firebase flutter
Last synced: 3 months ago
JSON representation
Build a Chat App with Flutter and Firebase Realtime Database
- Host: GitHub
- URL: https://github.com/didinj/flutter-firebase-chat-app
- Owner: didinj
- License: mit
- Created: 2025-05-13T06:30:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-13T13:59:56.000Z (about 1 year ago)
- Last Synced: 2025-05-13T14:59:26.330Z (about 1 year ago)
- Topics: app, chat, firebase, flutter
- Language: C++
- Homepage: https://www.djamware.com/post/68234cf2aa4c39421e27a61d/build-a-chat-app-with-flutter-and-firebase-realtime-database
- Size: 750 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🗨️ Flutter Firebase Chat App
A cross-platform real-time chat application built with **Flutter** and **Firebase Realtime Database**. Supports **Anonymous Authentication** and works on both **Android** and **iOS**.
Created as part of a tutorial on [Djamware.com](https://www.djamware.com/post/68234cf2aa4c39421e27a61d/build-a-chat-app-with-flutter-and-firebase-realtime-database).


---
## ✨ Features
- 🔐 Anonymous user authentication (no login/signup required)
- 💬 Real-time messaging powered by Firebase Realtime Database
- 📲 Cross-platform support (iOS and Android)
- 📦 Simple, clean, and responsive Flutter UI
- ✅ Firebase SDK version `11.10.0`
---
## 📸 Screenshots
| iOS | Android |
|-----|---------|
|  |  |
---
## 🛠️ Getting Started
### 1. Clone the repo
```bash
git clone https://github.com/didinj/flutter-firebase-chat-app.git
cd flutter-firebase-chat-app