nuxt-community / firebase-module

🔥 Easily integrate Firebase into your Nuxt project. 🔥
https://firebase.nuxtjs.org
MIT License
640 stars 98 forks source link

Adding auth emulator support #350

Closed uppergoal closed 3 years ago

uppergoal commented 3 years ago

Being able to add the auth emulator port in the nuxt/firebase config object.

firebase.auth().useEmulator('http://localhost:9099/');

https://firebase.google.com/docs/emulator-suite/connect_auth#web

lupas commented 3 years ago

@uppergoal Thanks for the issue! Will try to implement this asap, will most likely find time for it next week.

lupas commented 3 years ago

Thanks to @alemoreau for PR https://github.com/nuxt-community/firebase-module/pull/356, this will be shipped with the upcoming v7.0.0.

Thanks guys!