react-authentication-with-firebase-google

Sample of React Authentication with firebase (Google sign in)

Quick start

  1. Clone this repo
git clone git@github.com:chocolat5/react-authentication-with-firebase-google.git <PROJECT_NAME>
  1. Move to the appropriate directory
cd <PROJECT_NAME>
  1. Install npm package
npm install --save-dev
  1. create .env file and write your own firebase config data

  2. Run the project

npm run start

References

React Authentication Tutorial – How to Set Up Auth with Firebase V9 and React Router V6
React + Firebase でGoogleアカウントでのログイン機能を実装する