Skip to content

kwn1125/node-react-typescript-firebase-auth

Repository files navigation

Firebase Authentication Sample on Web

Sample web application for Firebase Authentication developed using Node.js, React, and TypeScript.
This project was bootstrapped with Create React App.

Requirements

Node.js is required to run this application. Please install Volta to automatically use the suitable Node.js version.

Firebase

This application uses Firebase Authentication.

  1. Create a Firebase project by following the instructions in the Firebase docs.
  2. Enable Email/Password sign-in by following steps 2 and 3 the instructions in the Firebase docs.
  3. Enable Google sign-in by following steps 2 the instructions in the Firebase docs.

Recommended

The recommended extensions for Visual Studio Code are listed in .vscode/extensions.json.

Getting Started

  • Clone this repository.
git clone https://github.com/kwn1125/node-react-typescript-firebase-auth.git <project_directory>
  • Install dependencies.
cd <project_directory>
npm install
  • Update the empty values and Rename .env.sample. Please refer to the Create React App docs for guidance on file naming conventions.
  • Launch the application.
npm start

About

Sample web application for Firebase Authentication developed using Node.js, React, and TypeScript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published