Skip to content

React application to store files on firebase cloud storage implemented using filepomd

Notifications You must be signed in to change notification settings

rahulrepal/react-firebase-filepond

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Firebase-Storage

The Cloud Storage app as the name suggests store the data which can be in any file format like excel,docs, txt, jpeg, png, json etc. on the cloud. We provide a basic functionality to upload, download and delete the files as well as user authentication so that only authentic users can use these functionalities.

Getting Started

clone or download the file. Traverse to the directory containing the project in your command prompt. use npm start to start the project it will automatically open the application on your default browser at localhost:3000.

Prerequisites

After Downloading the project make sure to have following environment present on your system

Node JS - The Environment used download and install depending on your operating system

Also make sure to have a Firebase Project

Installing

When you have your environment ready Traverse to the directory containing the project in your command prompt then enter following commands.

npm install - installs all the dependencies present
npm start   

Also configure your firebase project

  • Turn on Google Authentication from Firebase Authentication Google Authenticatio.
  • Initialize Firebase Storage and Firebase Realltime database. Make sure to allow all read and writes during development.
  • Copy and the Firebase Configuration in src/config/store

You are ready to go 😉

About

React application to store files on firebase cloud storage implemented using filepomd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages