Because Firebase is currently showing their account switcher component! Thanks Firebase team!
A Google Chrome extension allows to switch accounts without frustrations when a selected account does not have permission to see a Firebase project.
Currently, Firebase does not have a Google account switcher like other Google pages. So we need to modify the user's index in the URL of Firebase Project if authuser-index <n>
does not have permission to see the project... it's terrible!
- Install the extension
- Add en email of a candidate account from options page
- Open/reload a forbidden firebase project, then you can see account list.
- Click the account component
- Now you can see the project correctly
$ yarn install --frozen-version
$ yarn watch
And then, please load dist
directory from your Google Chrome.
# Run tests
$ yarn test