This repository contains a sample Android Studio project integrated with Firebase services.
Follow these steps to set up the project:
Clone this repository to your local machine using the following command:
git clone https://github.com/AshuraMajestic/SmartMartPos.git
Open the project in Android Studio by navigating to File -> Open
and selecting the cloned repository directory.
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.
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'
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.
Run the app on an emulator or physical device to ensure everything is set up correctly.
Team Member : Sugar (KRUTVA PATEL)
Contributions are welcome! Fork the repository and create a pull request with your changes.
This project is licensed under the MIT License - see the LICENSE file for details.