Skip to content

Boilerplate/Seed-project setup with React, React-Router v4, Material-UI, FirebaseAuth and Firestore (Firebase/Firestore)

Notifications You must be signed in to change notification settings

guilherme6191/react-router-firebase-auth-material-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth with React Router V4 and Firebase V3

This is an example repo for authenticating with Firebase and React Router using Material-UI.

Using React 16.1.1, React Router 4, and Firebase 4.6.0

CRA was used to setup this project so you might wanna go to CRA's docs to check how to setup other tools or just change configuration.

Features:

  • Protected Routes with React Router
  • Register new users with Firebase
  • Add new users to /users in your Firebase Firestore database
  • Login/Logout Functionality
  • Material UI
  • Bootstrap v4 for some utilities via CDN ** should be included via yarn/npm or removed

Instructions:

  • Swap out the firebase config in config/constants with your own
  • npm install
  • npm start
  • Visit localhost:3000

Others:

It's basically react-router-firebase-auth with Material-UI and Firebase/Firestore

About

Boilerplate/Seed-project setup with React, React-Router v4, Material-UI, FirebaseAuth and Firestore (Firebase/Firestore)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published