Skip to content

Chia1104/firebase-auth-vite

Repository files navigation

Firebase Auth for Vite

This project was created with Vite.

This is a simple app using Firebase Auth to authenticate users, and using Vuex to manage state.

You can see the full application at vue-ts-firebase-example

Languages and Tools

Deployment

Vercel

You can go here, deployment.

Features

  • Authentication
  • CI/CD
  • E2E Testing(with Cypress)

Get Started

In the project directory, you can run:

Generate .env file, and add your Firebase project's credentials

$ cp .env.example .env

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

$ yarn
$ yarn dev

Builds the app for production to the build folder.

$ yarn build

About

This is a simple app using Firebase Auth to authenticate users, and using Vuex to manage state.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published