🔥 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.