0xairdropfarmer / clone-firebaseweb-ui-with-react

clone firebaseweb-ui demo with React

Home Page:https://mutiauthdemo.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Clone Firebase Web UI with React and make reusable component with Bit 🍻

Twitter: krissanawat101

let's clone FirebaseWeb-UI with React and make reusable compoment and share on Bit and Piece

Install

npm install

Usage

add your key to App.js

const config = {
  apiKey: "xxxxxxxxxxx",
  authDomain: "xxxxxxxxxxx.firebaseapp.com",
  databaseURL: "https://xxxxxxxxxxx.firebaseio.com",
  projectId: "xxxxxxxxxxx",
  storageBucket: "xxxxxxxxxxx.appspot.com",
  messagingSenderId: "xxxxxxxxxxx",
  appId: "1:14017xxxxxxxxxxx382be09e",
};

then

npm run start

Todo

  • Finish my first commit
  • Signin with Email and password also Register
  • Signin with Email link
  • Signin with Phone
  • Signin with Anonymouse
  • Signin with Email and password also Register
  • choice for popup or redirect
  • using invisible or normal captcha for phone
  • Seamless Google sign-in
  • SignOut
  • implement React Router Dom
  • Show Profile
  • Delete Account

Author

👤 krissanawat

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

clone firebaseweb-ui demo with React

https://mutiauthdemo.firebaseapp.com/


Languages

Language:JavaScript 87.5%Language:HTML 10.0%Language:CSS 2.5%