nuxt-community / firebase-module

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

Vuexfire does not work with the new version of @nuxtjs/firebase ^7.3.0 module #434

Closed GuasaPlay closed 3 years ago

GuasaPlay commented 3 years ago

Hi everyone!

I started to use the vuexfire package to deploy in my project but I think with the new version of @nuxtjs/firebase the implementation with vuexfire has broken.

image image

Any solution?

lupas commented 3 years ago

Hey @GuasaPlay

Just updated the demo in nuxt-fire-vuexfire-example and it works perfectly.

Please follow the updated code there and try again. Let me know if it still does not work.

br, Pascal

GuasaPlay commented 3 years ago

Thanks for answering so quickly 😊 now it works.

@lupas you are incredible