* An android application that shows users Travel deals in a RecyclerView. Users of the app are divided into two, an Admin who has write permissions to the online database containing the Travel deals and a normal user who only has read access to the database.
* The database used is Firebase Cloud Firestore.
* The app has been developed following the MVVM architecture, material design and makes use of DataBinding.