Skip to content
This repository has been archived by the owner on Mar 20, 2020. It is now read-only.

Latest commit

 

History

History
42 lines (25 loc) · 1.3 KB

File metadata and controls

42 lines (25 loc) · 1.3 KB

ARCHIVED

Because Firebase is currently showing their account switcher component! Thanks Firebase team!

Chrome Extension : Google Account Switcher for Firebase Projects

A Google Chrome extension allows to switch accounts without frustrations when a selected account does not have permission to see a Firebase project.

chrome web store

Motivation

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!

How to use

  • 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

Development

$ yarn install --frozen-version
$ yarn watch

And then, please load dist directory from your Google Chrome.

# Run tests
$ yarn test