nuxt-community / firebase-module

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

Change Project Programatically #229

Closed andyfensham closed 4 years ago

andyfensham commented 4 years ago

I have many firebase projects and want to build a single administration site for that using Nuxt Firebase.

How can I programatically switch between projects instead of setting the projects up in nuxt config.

lupas commented 4 years ago

Hi @andyfensham

At this point this is not possible with the @nuxtjs/firebase module. For special cases like this I would advice you to implement the Firebase JSD SDK yourself, I don't believe this need is that common that we will implement such a functionality into this module.