Skip to content

Commit a3c64a2

Browse files
committed
chore: note
1 parent c970337 commit a3c64a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: packages/nuxt/src/runtime/emulators/auth.plugin.ts

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export default defineNuxtPlugin((nuxtApp) => {
2525
}
2626

2727
connectAuthEmulator(
28+
// NOTE: it's fine to use getAuth here because emulators are for dev only
2829
getAuth(firebaseApp),
2930
`http://${host}:${port}`,
3031
vuefire?.emulators?.auth?.options

0 commit comments

Comments
 (0)