Skip to content

A boilerplate with crud functionality and authentication, made with React, Firebase, React-Router (V4)

License

Notifications You must be signed in to change notification settings

verticalgrain/react-firebase-auth-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Thanks to SimonKib for this helpful SO thread about React / Firebase CRUD, and Tyler McGinnis for this helpful example of Authentication and Routing

Setup Instructions

  • If you don't have it already, get create-react-app:
npm install -g create-react-app
  • And create a new project:
create-react-app my-app
  • Replace the src directory of your new app with this src directory
  • In src directory, install node modules:
npm install
npm start
  • If you don't have a Firebase account already, create one for free at https://firebase.google.com
  • Customize Firebase config details in src/config/constants.js

About

A boilerplate with crud functionality and authentication, made with React, Firebase, React-Router (V4)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published