Skip to content

An imagepicker app in which image can be taken from camera as well as gallery.Also it uploaded the image to firebase storage

Notifications You must be signed in to change notification settings

Bhavya-22/Camera-basic-app

Repository files navigation

Camera-Basic-App

This repository will contain the source code for the basic camera app using firebase

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Your machine should have Android Studio or any other IDE installed to use it locally.

Setup and Installation

Setting up the repository locally

  1. 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.

  1. Now move to the Camera-basic-app directory.
cd Camera-basic-app
  1. 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)
  1. Once the remote is set, go to the Camera-basic-app directory, and start contributing

Contributing

We like contributions in several forms, see CONTRIBUTING.md and CODE_OF_CONDUCT.md

About

An imagepicker app in which image can be taken from camera as well as gallery.Also it uploaded the image to firebase storage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages