usunyu / nextjs-redux-firebase

Boilerplate Project for Authentication with Firebase in NextJs and Redux

Home Page:https://nextjs-redux-firebase.usunyu.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nextjs-redux-firebase

Features

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

Installation

  • git clone git@github.com:usunyu/nextjs-redux-firebase.git
  • cd nextjs-redux-firebase
  • yarn
  • yarn 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

https://nextjs-redux-firebase.usunyu.now.sh/


Languages

Language:JavaScript 100.0%