Closed m-uegaki closed 2 years ago
@nuxtjs/firebase: 8.0.0-beta.0
types/index.d.ts
I could fix it like this.
import firebase from 'firebase/compat/app'
I couldn't refer type of NuxtFireInstance. app.$fire.auth.signInWithEmailAndPassword(email.value, password.value)
app.$fire.auth.signInWithEmailAndPassword(email.value, password.value)
Version
@nuxtjs/firebase: 8.0.0-beta.0
types/index.d.ts
I could fix it like this.
import firebase from 'firebase/compat/app'