A modern real-time chat application built with Flutter, Firebase, and MVVM + BLoC architecture.
Supports Google Sign-In and can be extended to other providers.
- Google Sign-In via Firebase Authentication
- Real-time messaging with Cloud Firestore
- MVVM + Clean Architecture for maintainability
- BLoC state management
- Responsive UI for Android and iOS
- Chat list, user profiles
- Clone the repository:
$ git clone https://github.com/tz-thantzin/firebase_chat_flutter.git
$ cd firebase_chat_flutter - Install dependencies:
$ flutter pub get- Run the app:
$ flutter run




