The Firebase CLI gives us this information when running
firebase login
:
$ firebase login
Already logged in as [email protected]
Ideally, Globe CLI would do the same with the
login
command. Currently, as of v0.0.13, the output of
globe login
when already logged in looks like this:
$ globe login
You are already logged in.
Another approach would be a
globe whoami
command which would give more information about the currently logged in user such as email, organizations, permissions, etc.