We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c970337 commit a3c64a2Copy full SHA for a3c64a2
packages/nuxt/src/runtime/emulators/auth.plugin.ts
@@ -25,6 +25,7 @@ export default defineNuxtPlugin((nuxtApp) => {
25
}
26
27
connectAuthEmulator(
28
+ // NOTE: it's fine to use getAuth here because emulators are for dev only
29
getAuth(firebaseApp),
30
`http://${host}:${port}`,
31
vuefire?.emulators?.auth?.options
0 commit comments