Clone this repository and import into Android Studio
git clone https://github.com/pi34/Services.git
Package Name: "com.serviceapps.shopping"
Minimu SDK version: 21
Target SDK version: 31
- The project requires Firebase. So follow the steps given here (Add Firebase to Android Project) to add firebase to your android project.
- Download the firebase config file
google-services.json - Move the config file to module directory
(app)of the project.
- All the products and user information is being stored in the cloude store. Quick start guide: https://firebase.google.com/docs/firestore/quickstart
- All the product images will be stored in the firebase storage. Quick start to getting started with the storage: https://cloud.google.com/storage/docs/quickstart-console
- Kotlin
- Firebase
- Material
- Glide