nuxt-community / firebase-module

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

Are modules supposed to be typed? #606

Closed ol-web closed 2 years ago

ol-web commented 2 years ago

Version

@nuxtjs/firebase: 8.1.0 firebase: 9.5.0 nuxt: 2.15.8

Reproduction Link

https://github.com/lupas/nuxt-firebase-demo

Steps to reproduce

npm ci Hover over this.$fire.auth in VS Code

What is Expected?

this.$fire.auth to be typed

What is actually happening?

this.$fire.auth is of type "any", only this.$fire is typed

Are these modules supposed to be typed? What could be at fault here?

ol-web commented 2 years ago

Nevermind, I see this got fixed in v8.1.1