Skip to content

amirhouieh/react-mobx-firebase-authentication-typescript

 
 

Repository files navigation

react-mobx-firebase-authentication (TypeScript)

Features

  • uses:
    • Typescript 2.7.1
    • React (create-react-app)
    • firebase 4.3.1
    • react-router 4.2.0
    • mobX
  • features:
    • Sign In
    • Sign Up
    • Sign Out
    • Password Forget
    • Password Change
    • Protected Routes with Authorization
    • Database: Users

Installation

  • git clone https://github.com/amirhouieh/react-mobx-firebase-authentication
  • cd react-mobx-firebase-authentication-typescript
  • yarn install
  • yarn start
  • visit http://localhost:3000/
  • Use your own Firebase Credentials

Use your own Firebase Credentials

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

About

Authentication with Firebase in React and MobX and Typescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.4%
  • JavaScript 13.3%
  • HTML 5.2%
  • CSS 0.1%