/nuxt-firebase-server-auth-demo

Example project using the nuxt-firebase module to integrate Firebase Auth with an Express (Node)backend using Firebase Admin.

Primary LanguageVueMIT LicenseMIT

🔥 Nuxt-Firebase Server Auth Demo

Example project using nuxt-community/firebase-module to integrate Firebase Auth with an Express (Node) Backend using Firebase Admin.

Build Setup

# Download service-account.json from your Firebase Project (in Settings->Service Accounts) add it to the backend folder
$ touch packages/backend/service-account.json 

# Install Dependencies in both packages
$ yarn setup

# Run backend
$ yarn backend

# Run Frontend
$ yarn frontend

For detailed explanation on how things work, checkout nuxt-community/firebase-module.