This repository will contain the source code for the basic camera app using firebase
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Your machine should have Android Studio or any other IDE installed to use it locally.
- First fork the repo 🍴 to your account.
Go to the forked repo and clone it 👥 to your local machine:
git clone https://github.com/Bhavya-22/Camera-basic-app.git
This will make a copy of the code to your local machine.
- Now move to the
Camera-basic-app
directory.
cd Camera-basic-app
- Now check the remote of your local code by:
git remote -v
The response should look like this:
origin https://github.com/Your_Username/Camera-basic-app.git (fetch)
origin https://github.com/Your_Username/Camera-basic-app.git (push)
To add upstream to remote, run:
git remote add upstream https://github.com/Bhavya-22/Camera-basic-app.git
Again run git remote -v
, the response should look like this:
origin https://github.com/Your_Username/Camera-basic-app.git (fetch)
origin https://github.com/Your_Username/Camera-basic-app.git (push)
upstream https://github.com/Bhavya-22/Camera-basic-app.git (fetch)
upstream https://github.com/Bhavya-22/Camera-basic-app.git (push)
- Once the remote is set, go to the
Camera-basic-app
directory, and start contributing
We like contributions in several forms, see CONTRIBUTING.md and CODE_OF_CONDUCT.md