Needhelp: Firebase auth emulator not working as expected #456
-
The firebase auth emulator alone not working properly, Versions: Node: Firebase nuxt configurations,
And the emulators are running successfully on the specified port, Yet getting the below warning,
Missing anything else? other emulators like firestore and all working fine. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We're working on improving auth SSR working with the emulator in #465 and #465. One thing you still have to do is to set the FIREBASE_AUTH_EMULATOR_HOST env variable to your localhost. Follow #465 for us trying to resolve this issue, I'm sure we'll find a solution soon. |
Beta Was this translation helpful? Give feedback.
We're working on improving auth SSR working with the emulator in #465 and #465. One thing you still have to do is to set the FIREBASE_AUTH_EMULATOR_HOST env variable to your localhost.
Follow #465 for us trying to resolve this issue, I'm sure we'll find a solution soon.