/react-firebase

React + Firebase Integration

Primary LanguageJavaScriptMIT LicenseMIT

React-Firebase 🚀

Firebase Integration with React (Basic signup/login flow)

contributions license-mit

UI design use to login/register flow

Setup

Firebase Configuration

  1. Signin to Firebase Console. Sign into Firebase using your Google account.

  2. Create a Firebase project

  3. Get the firebase config object

Project Configuration

  1. Install Dependencies
npm install
  1. Create a ENV file in the root directory & Add your firebase project config
FIREBASE_API_KEY=''
FIREBASE_AUTH_DOMAIN=""
FIREBASE_DATABASE_URL=""
FIREBASE_PROJECT_ID=""
FIREBASE_STORAGE_BUCKET="" 
FIREBASE_MESSAGING_SENDER_ID=""
FIREBASE_APP_ID=""
FIREBASE_MESUREMENT_ID=""
  1. Run locally
npm run dev

LICENSE

MIT junipdewan

To do

  • Better UI for signup/register
  • Error handling in forms
  • Add Firebase admin SDK
  • Register User using Name & phone number