5

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?

anonymous-dev
  • 2,897
  • 9
  • 48
  • 112

1 Answers1

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