vuejs / vuefire

🔥 Firebase bindings for Vue.js
https://vuefire.vuejs.org
MIT License
3.82k stars 323 forks source link

feat: auth multi tenancy support #1521

Open JRaams opened 2 months ago

JRaams commented 2 months ago

Potential starting point for multi tenancy support for firebase/auth, see https://github.com/vuejs/vuefire/issues/1515

Things to keep in mind:

joeriakkerman commented 1 week ago

I think this should be merged, I checked it out and it works for me as well! @posva do you maybe have some time to review? We actually need these changes.

On top of that, I have a question why the protocol for the firebase emulators is prefixed "http://", should it not be possible to support https locally as well? We are using self signed certificates to serve a development environment locally, including the firebase emulators.

So for both these problems (multi-tenancty / https emulators locally), we are currently using pnpm patches, which is obviously not the ideal situation.

Please let us know if we can provide something to help you out, since I see that you're busy, thanks in advance!

posva commented 1 week ago

I'm in the process of planning time on VueFire with Firebase to work on needed features. Hopefully I will be able to allocate time for this in the following months