https://github.com/razorcx-courses/nuxt3-firebase-auth
Nuxt3 / Firebase Auth
https://github.com/razorcx-courses/nuxt3-firebase-auth
firebase firebase-auth nuxt nuxt3
Last synced: 12 months ago
JSON representation
Nuxt3 / Firebase Auth
- Host: GitHub
- URL: https://github.com/razorcx-courses/nuxt3-firebase-auth
- Owner: razorcx-courses
- Created: 2022-03-16T06:01:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-16T06:19:32.000Z (over 4 years ago)
- Last Synced: 2025-04-07T07:36:31.202Z (about 1 year ago)
- Topics: firebase, firebase-auth, nuxt, nuxt3
- Language: Vue
- Homepage:
- Size: 152 KB
- Stars: 47
- Watchers: 1
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 / Firebase Auth Starter
Nuxt 3 Getting Started
https://v3.nuxtjs.org/getting-started/introduction
Get Started with Firebase Authentication on Websites
https://firebase.google.com/docs/auth/web/start
## Setup
Make sure to install the dependencies
```
npm install
```
## Development
Start the development server on http://localhost:3000
```
npm run dev
```
## Production
Build the application for production:
```
npm run build
```