Google Account switching in Firebase Console
Asked Answered
F

3

18

I am not able to switch between my Google accounts in the Firebase console. I have 2 accounts, one for personal and one for work.

In the Firebase (https://firebase.google.com) page, the Google account dropdown (upper right) is populated with my accounts, but when I log in to the Console, it is always signed into my default, personal, account (https://console.firebase.google.com/) and I can not switch to my work account.

This happens even if I'm logged into my work account on the Firebase page and click the Console link. ?authuser=1 is appended to the URL, like in most Google applications when switching accounts, but it doesn't seem to work in Firebase Console.

Any reasonable suggestions? Making my work account my default account messes up a lot of other Google products I actively use (Music, Hangouts, etc)

Florey answered 11/3, 2017 at 17:33 Comment(5)
I use different Chrome windows each logged into a different account, and switch between them as needed. Learning the keyboard shortcuts on your desktop OS makes this easy.Receptacle
Sounds like an answer Doug! :-)Knap
Struggle with the same issue. But I dont want to handle two windows for that.Asare
A slight improvement is to use the People feature of Chrome. It still requires two windows, but let's you always keep instant access. I have two "People" set up with my work and home emails respectively, and this feature makes it easy to keep my chrome windows separateHeliozoan
@Heliozoan this is what has worked best for me. Thanks!Grani
D
16

It's really hacky, but you can work around the absence of an account-switching feature in Firebase console by manually editing the URL.

The Firebase console URL seems to default to the first Google account you're logged into.


https://console.firebase.google.com/u/0/project/....

Manually changing the number in the URL to the position of the Google account in the account switching dialog you might see with Gmail works for me. The number is zero-indexed, so use 1 for the second account, 2 for the third account...


https://console.firebase.google.com/u/1/project/....

Darkish answered 5/2, 2019 at 9:4 Comment(0)
C
1

My answer is the same approach for all google products I use...

I use multiple browsers for multiple google accounts. I am logged into my work gmail account in chrome. I am logged into my personal gmail account in firefox. I have a 3rd rare dummy account I use edge for.

It sounds like work should be on Chrome for you since you use firebase and other important things that Chrome does well. Firefox is more than capable for music and hangouts (and non-dev stuff).

This is how I keep personal and work life separate. Close firefox when you need to get work done or vice versa. Works really well for me the last 5 years

Connivent answered 5/6, 2018 at 5:41 Comment(0)
T
0

Use Arc browser. You can create different profiles, each profile has its own environment. Different histories, different accounts logged in. To switch between them, all you need to do is cntrl + 1 / cntrl + 2 / etc...

Thermoplastic answered 3/7, 2024 at 11:53 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.