Authenticated server-side rendering with Nuxt 3 and Firebase 9.
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
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Checkout the deployment documentation.