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: about 2 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-16T06:19:32.000Z (about 3 years ago)
- Last Synced: 2025-03-22T14:22:20.842Z (2 months 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/introductionGet 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
```