Compose Chat is Compose chat application in Kotlin and Firebase with the following features:
- sending all file types and ability to download it in external storage
- sending voice messages
- last seen
- user status like typing, online.
- Jetpack Compose
- FireBase Service (FireStore - Auth - Storage)
- Code Architecture (MVVM)
- Clean Architecture
- Dagger-hilt to handle dependency injection
- Co-routines to deal with threads
- Navigation Component