nuxt-community / firebase-module

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

There is no tenantId #636

Open 1shaked opened 1 year ago

1shaked commented 1 year ago

I am trying to add firebase's new MFA to the [official link]
(https://firebase.google.com/docs/auth/web/multi-factor?authuser=0&hl=en) I am trying to set the tenantId, so when the app opens, I am running this.$fire.auth?.tenantId = 'test' The error I am getting is a syntax error.

Version

@nuxtjs/firebase: firebase: next:

Reproduction Link

Steps to reproduce

try to activate multifactor auth and set the tenatid

solve

We need to update the firebase version to be the latest one and add these options in the configuration (nuxt.config.js).