nuxt-community / firebase-module

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

Cannot read property 'apps' of undefined #580

Closed eadortsu closed 2 years ago

eadortsu commented 2 years ago

Version

@nuxtjs/firebase: ^7.6.1 firebase: ^9.0.2 nuxt: ^2.15.7

Reproduction Link

https://github.com/eadortsu/nuxt-fire-example

Steps to reproduce

Setting up firebase in nuxt,

What is actually happening?

Cannot read property 'apps' of undefined Capture

btribouillet commented 2 years ago

Hi, I just had the same issue this morning.

I solved it by downgrading the version of the firebase dependency following the config from the demo.

So there is indeed an issue, but meanwhile, you can do that.

btribouillet commented 2 years ago

It is actually related to this issue #573

simeon9696 commented 2 years ago

@eadortsu did you figure out how to elimnate this error on v8 of this package?