/react-static-firebase-authentication

React-Static - Firebase Authentication

Primary LanguageJavaScript

React-Static - Firebase Authentication

This example is the most basic version of react-static available. It includes:

  • Babel
  • CSS imports
  • Image imports
  • File imports
  • Automatic Routing
  • Firebase 4.8.0

Features :

  • Protected Routes
  • Sign In
  • Sign Up
  • Sign Out
  • Forgot Password
  • Change Password

Setup

  • visit https://firebase.google.com/ to create a Firebase App
  • activate Email/Password Sign-In Method in your Firebase App
  • Use your own Firebase credential
  • copy and paste your Firebase Credentials into src/firebase/firebase.js.template
  • rename src/firebase/firebase.js.template to src/firebase/firebase.js

To get started, run react-static create and use the basic template.