The current method I use to switch between accounts is using the Firebase CLI with:
firebase logout
firebase login
The browser then opens and then I give the CLI permissions.
Is there any other method that is faster than this one, or a way that the CLI can remember that I have already given it permissions on that account.