nuxt-community / firebase-module

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

logEvent() is undefind! #459

Closed ehsanialireza closed 3 years ago

ehsanialireza commented 3 years ago

i were using nuxt-firebase in my project(7.3) and everything was working fine. but after i updated to (7.4.1), i can not use analytics. i get this error: Cannot read property 'logEvent' of undefined

code: this.$fireAnalytics.logEvent

and i did not change enything in my code.

whats the solution?

lupas commented 3 years ago

This was changed with v7 already, not after 7.3...

You should use this.$fire.analytics, see https://firebase.nuxtjs.org/community/migrate