Using the firebase CLI how can I see what firebase account is currently logged in? I looked at the command list but I can't find a command for it. Is that intentional?
Asked
Active
Viewed 1,370 times
1 Answers
10
Just run firebase login
. If you are already logged in, it will reply: Already logged in as user@domain.com
.

Francesco Colamonici
- 1,147
- 1
- 10
- 16