areindl / nuxt3-firebase-auth-starter

Authenticated server-side rendering with Nuxt 3 RC1 and Firebase 9

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt 3 + Firebase 9 Starter

Authenticated server-side rendering with Nuxt 3 and Firebase 9.

Setup

Make sure to install the dependencies

npm install

Set service account environment variable

export GOOGLE_APPLICATION_CREDENTIALS="/home/user/Downloads/service-account-file.json"

Add your firebase client credentials

cp .env.example .env

Development

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Checkout the deployment documentation.

About

Authenticated server-side rendering with Nuxt 3 RC1 and Firebase 9


Languages

Language:TypeScript 74.9%Language:Vue 24.1%Language:Shell 1.0%