/Bookish

A sample app to demonstrate how to use Cloud Firestore while building android app with Jetpack Compose

Primary LanguageKotlin

Bookish

A sample app to demonstrate how to use Cloud Firestore while building android app with Jetpack Compose.

This app is using Cloud Firestore to fetch details about books and display them in the scrollable list. When user taps on any of the scrollable item then it also show a description about book along with the animation.

Alt Text

Model Class: It includes - author, description, image and name.
Alt Text