nextjs-redux-firebase-authentication
nextjs-redux-firebase-authentication copied to clipboard
Boilerplate Project for Authentication with Firebase in NextJs and Redux
DEPRECATED: Please use this starter project instead.
nextjs-redux-firebase-authentication
- Found in Taming the State in React
- Live
- Tutorial
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 [email protected]:taming-the-state-in-react/nextjs-redux-firebase-authentication.gitcd nextjs-redux-firebase-authenticationnpm installnpm 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