Skip to content

wobsoriano/nuxt-firebase-auth-starter

Repository files navigation

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 and Firebase 9

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published