Apologies if this was already raised. It would be nice for firebase login to not have to be client account wide (i.e. ~/.config/configstore/firebase-tools.json). I use an OSX machine, and deploy to multiple firebase accounts. Switching users on OSX is a PITA (and disrupts communication apps). Logging in and out of firebase is also not ideal. Ideally, the config would be stored in the project root (and I'd just .gitignore it).
Let me know where to look at a high level and I'll submit a PR. Or perhaps this already exists and I'm just using it wrong.
Apologies if this was already raised. It would be nice for
firebase loginto not have to be client account wide (i.e.~/.config/configstore/firebase-tools.json). I use an OSX machine, and deploy to multiple firebase accounts. Switching users on OSX is a PITA (and disrupts communication apps). Logging in and out of firebase is also not ideal. Ideally, the config would be stored in the project root (and I'd just.gitignoreit).Let me know where to look at a high level and I'll submit a PR. Or perhaps this already exists and I'm just using it wrong.