nuxt-community / firebase-module

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

Firebase Version 9.0.0 - August 25, 2021 #571

Closed a0m0rajab closed 2 years ago

a0m0rajab commented 2 years ago

Version

@nuxtjs/firebase: Latest firebase: latest nuxt: latest

Reproduction Link

Steps to reproduce

What is Expected?

What is actually happening?

a0m0rajab commented 2 years ago

One of the errors that I had was:

TypeError Cannot read property 'apps' of undefined

The solution is to downgrade from firebase 9 to 8.

Release Notes

JuanxCursed commented 2 years ago

Same error here on 9.0.1: TypeError Cannot read property 'apps' of undefined

FirebaseModule.default is undefined even with the injectModule property being set to true

Downgrade did fix the issue tho, but since I need a specifig feature available at v9, any way to fix it?

dtobi59 commented 2 years ago

Facing a similar version incompatible issues also(suspected).

Error: firebase not defined.

Anyways I was able to resolve issue by downgrading firebase verssion from v9 to v8.6.5. works well now.

a0m0rajab commented 2 years ago

Firebase had a major change in the last version that's causing this issue.

I think there is a need to update the library for that.

Sent from mobile device


From: Olaboye David Tobi @.> Sent: Friday, September 3, 2021 12:58:41 PM To: nuxt-community/firebase-module @.> Cc: Abdurrahman Rajab @.>; Author @.> Subject: Re: [nuxt-community/firebase-module] Firebase Version 9.0.0 - August 25, 2021 (#571)

Facing a similar version incompatible issues also(suspected).

Error: firebase not defined.

Anyways I was able to resolve issue by downgrading firebase verssion from v9 to v8.6.5. works well now.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/nuxt-community/firebase-module/issues/571#issuecomment-912416674, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AELNMKKADM73ZLXD2FQ66GTUACL5DANCNFSM5C7LFVBA.

lupas commented 2 years ago

Please see https://github.com/nuxt-community/firebase-module/issues/573