Skip to content

AshuraMajestic/SmartMartPos

Repository files navigation

Firebase Android Studio Project

This repository contains a sample Android Studio project integrated with Firebase services.

Steps to Set Up

Follow these steps to set up the project:

Step 1: Clone the Repository

Clone this repository to your local machine using the following command:

git clone https://github.com/AshuraMajestic/SmartMartPos.git

Step 2: Open Project in Android Studio

Open the project in Android Studio by navigating to File -> Open and selecting the cloned repository directory.

Step 3: Set Up Firebase Project

Create a new Firebase project on the Firebase Console and add your Android app to it. Follow the on-screen instructions to download the google-services.json file and place it in the app directory of your project.

Step 4: Connect Firebase to Android Studio

In your project's build.gradle file, add the following classpath dependency:

classpath 'com.google.gms:google-services:4.3.10'

And in your app's build.gradle file, add the following plugin:

apply plugin: 'com.google.gms.google-services'

Step 5: Configure Firebase Services

Enable the Firebase services you want to use (e.g., Authentication, Firestore, Storage) in the Firebase console. Update the dependencies in your app's build.gradle file accordingly.

Step 6: Run the App

Run the app on an emulator or physical device to ensure everything is set up correctly.

APPLICATION PROCESSING AND DESIGN

Step 1: opening Of Application with logo

Screenshot 1

Step 2: Enter my details

Screenshot 2

Step 3: Scanning barcodes and showing scanned products

Screenshot 3

Step 4: Generating the bill

Screenshot 4

Step 5: Bill downloaded and sent

Screenshot 5

Step 6: Bill Pdf

Screenshot 6

Team Member : Sugar (KRUTVA PATEL)

Contributing

Contributions are welcome! Fork the repository and create a pull request with your changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages