This an Android app that uses Firebase Cloud Messaging and Firebase database to track another Android device that have this app installed. This app uses MVVM with androidx lifecycle. It uses androidx room for local database access.
- Room Persistence - Database access
- Androidx lifecycle - Lifecycle-aware components
- Coroutine - For asynchronous programming
- OkHttp3 - Http client