An open API service indexing awesome lists of open source software.

https://github.com/arvind-4/firebase-image-upload

Upload Images to Firebase Storage Using React.
https://github.com/arvind-4/firebase-image-upload

bootstrap firebase firestore image-upload react reactjs vercel-deployment

Last synced: 11 days ago
JSON representation

Upload Images to Firebase Storage Using React.

Awesome Lists containing this project

README

          

# Firebase Image Uploader

## Stack

- [React](https://reactjs.org/) - A JavaScript library for building user interfaces.
- [Vite](https://vitejs.dev/) - Next Generation Frontend Tooling.
- [Bootstrap](https://getbootstrap.com/) - Build fast, responsive sites with Bootstrap.
- [Firebase](https://firebase.google.com/) - Make your app the best it can be.

---

Deployed on [Vercel](https://vercel.com/).

Click Here for [Live Preview.](https://firebase-image-upload-gray.vercel.app/)

---

Copy Your Firebase Credentials to `.env`.
Refer `.sample.env` file.

---

### Get the Code

- Clone Repo

```
mkdir upload
cd upload
git clone https://github.com/Arvind-4/firebase-image-upload.git .
```

- Install Dependencies

**For Yarn**

```sh
yarn
```

**For npm**

```sh
npm install
```

- Run Dev Server

```
npm run dev
```

- Now for Bundling Your Frontend

```
npm run build
```