nuxt-community / firebase-module

🔥 Easily integrate Firebase into your Nuxt project. 🔥
https://firebase.nuxtjs.org
MIT License
640 stars 99 forks source link

Set SSR to false breaks the build #591

Open ismail9k opened 2 years ago

ismail9k commented 2 years ago

Version

@nuxtjs/firebase: 7.6.1 firebase: 8.6.5 nuxt: 2.15.8

Steps to reproduce

  1. Clone this repo: https://github.com/lupas/nuxt-firebase-demo
  2. In nuxt.config.ts file add ssr: false to the configs object
  3. Run npm run build

What is Expected?

Nuxt build successfully

What is actually happening?

Build fails with this error:

image