Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Connect nuxt3 app to firebase emulators - Nuxt
N
Nuxt
•
3y ago
julienreszka
Connect nuxt3 app to firebase emulators
Hi
, I
'm trying to connect my nuxt app to firebase emulators
.
Can you please give me advice on how to do it correctly
?
I read this doc
https://firebase.google.com/docs/emulator-suite/connect_auth
I
'm using the modular syntax
import
{ getAuth
, connectAuthEmulator
} from
"firebase
/auth
"
;
const auth
= getAuth
(
)
;
connectAuthEmulator
(auth
,
"
http://localhost:9099
"
)
;
Where should I put this
?
I attempted in a onMounted
(
) in App
.vue it didn
't work correctly
Firebase
Connect your app to the Authentication Emulator | Firebase Local ...
Nuxt
Join
Nuxt Community Chat Server
31,686
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Deployment to Firebase App Hosting
N
Nuxt / ❓・help
12mo ago