Firebase Chat Application where you can create chatrooms, join and leave
This is an application based on modern Android application tech-stacks and MVVM architecture. This project is for focusing especially on the Cloud Firestore and other features of Firebase
- Minimum SDK level 21
- Kotlin based, Coroutines
- Dagger-Hilt (alpha) for dependency injection.
- JetPack
- LiveData - notify domain layer data to views.
- Lifecycle - dispose of observing data when lifecycle state changes.
- ViewModel - UI related data holder, lifecycle aware.
- Architecture
- MVVM Architecture
- Repository pattern
- Navigation
- Glide
- Material-Components
- Circular Image View
App is based on MVVM architecture and a repository pattern.
- Clone or download repository as a zip file.
- Open project in Android Studio.
- Create Firebase project.
- Paste google-services.json file in app/ folder
- In Firebase console enable services Authentication, Cloud Firestore and Storage
- Finally run the app
SHIFT+F10
.
- Realtime GPS updates of user location
- Directions with Google Directions API and much more