Skip to content

This Firebase Auth App is a starter kit built with React and Firebase, allowing for easy integration of Firebase Authentication features such as email/password sign-up and sign-in, Google sign-in, and user profile management. With built-in routing and global state management, it's a convenient solution for any web app.

Notifications You must be signed in to change notification settings

Youssef-kobi/Firebase-Auth-Boilerplate

Repository files navigation


Firebase Auth App
Firebase Auth App

A starter kit for adding Firebase Authentication to your web app.

npm version GitHub stars

IntroductionKey FeaturesGetting StartedDeploymentBuilt WithLive DemoScreenshotsContribute

Introduction

This app is a starter kit for adding Firebase Authentication to your web app, built with React and Firebase, using the react-tailwindcss-template as a boilerplate. It includes features like:

  • Email/password sign-up and sign-in
  • Sign-in with Google
  • Sign-out
  • Update profile

Key Features

  • Firebase Authentication
  • User registration and login
  • Profile updates
  • Sign-in with Google
  • Sign out
  • Routing and protected routes
  • AuthContext for global state management of authentication and user data

Getting started

  1. Clone the repository git clone https://github.com/youssef-kobi/Firebase-Auth-Boilerplate.git
  2. Install the dependencies yarn install or npm install
  3. Add your Firebase config to .env
  4. As
      REACT_APP_FIREBASE_API_KEY=
      REACT_APP_FIREBASE_AUTH_DOMAIN=
      REACT_APP_FIREBASE_PROJECT_ID=
      REACT_APP_FIREBASE_STORAGE_BUCKET=
      REACT_APP_FIREBASE_MESSAGING_SENDER_ID=
      REACT_APP_FIREBASE_APP_ID=
      REACT_APP_FIREBASE_MEASUREMENT_ID=
    
  5. Start the development server yarn start or npm start

Deployment

  1. Build the app for production yarn build or npm run build
  2. Deploy the build folder to your preferred hosting service

Built with

Live Demo

You can find a live demo of the app here.

Screenshots

Login

Login

Register

Register

Profile

Profile

LandingPage

Login

Contribute

We welcome contributions! Please create an issue here to report bugs or suggest new features.

About

This Firebase Auth App is a starter kit built with React and Firebase, allowing for easy integration of Firebase Authentication features such as email/password sign-up and sign-in, Google sign-in, and user profile management. With built-in routing and global state management, it's a convenient solution for any web app.

Topics

Resources

Stars

Watchers

Forks