/nuxt3-firebase-auth-starter

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

Primary LanguageTypeScript

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.