Skip to content

kohchihao/nextjs-redux-firebase-authentication

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED: Please use this starter project instead.


nextjs-redux-firebase-authentication

Build Status Slack Greenkeeper badge

Features

  • uses:
    • React + NextJs
    • firebase 4.3.1
    • redux
  • features:
    • Sign In
    • Sign Up
    • Sign Out
    • Password Forget
    • Password Change
    • Protected Routes with Authorization
    • Database: Users

Installation

  • git clone git@github.com:taming-the-state-in-react/nextjs-redux-firebase-authentication.git
  • cd nextjs-redux-firebase-authentication
  • npm install
  • npm run dev
  • 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

Boilerplate Project for Authentication with Firebase in NextJs and Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%