We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
this.$fire.auth?.tenantId = 'test'
@nuxtjs/firebase: firebase: next:
try to activate multifactor auth and set the tenatid
We need to update the firebase version to be the latest one and add these options in the configuration (nuxt.config.js).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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).
The text was updated successfully, but these errors were encountered: