Giter Club home page Giter Club logo

react-firebase-starter-template's Introduction

React Firebase Starter Template ๐Ÿ”ฅ

Features

  • โœ”๏ธ Login with Email.
  • โœ”๏ธ Login with Google.
  • โœ”๏ธ Forgot Password reset.
  • โœ”๏ธ Password Update after login.
  • โœ”๏ธ Protected Route.
  • โœ”๏ธ Redirect if not LoggedIn.
  • โœ”๏ธ Redux State Management.
  • โœ”๏ธ Light Desgin with Antd Library.

Getting Started

Firebase Setup

  • Login to Firebase & create a new Project.
  • After that create a new App and copy the config variable.
  • Make sure to go to Authentication tab ---> Sign method in the console and select Email and Google Authentication as we are using these for the setup.
  • Type localhost in the authorized domains you can change this later after deployment to your custom domain

Development Setup

  • Install the code to your local machine
git clone https://github.com/roy-sukrit/React-Firebase-Starter-Template.git
npm install
  • Paste the config variable in src / firebase .js and start the server.
import firebase from 'firebase'

var firebaseConfig = {
 //paste your config here
};

  // Initialize Firebase
  firebase.initializeApp(firebaseConfig);

//firebase methods  
export const auth = firebase.auth();
export const googleAuthProvider = new firebase.auth.GoogleAuthProvider()
 npm start 

Pull requests are more than welcomed!

Features to add

  • Better UI
  • Chatbot
  • Better error handling
  • Admin Dashboard

react-firebase-starter-template's People

Contributors

roy-sukrit avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.