Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 696 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 696 Bytes

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.