Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github Login Support #1

Closed
abeisgoat opened this issue Jan 17, 2014 · 5 comments
Closed

Github Login Support #1

abeisgoat opened this issue Jan 17, 2014 · 5 comments

Comments

@abeisgoat
Copy link
Contributor

I'd love to play around with Firebase hosting, but my Firebase account uses my Github and I have no way to log in with this app. I understand this may be difficult, so alternatively, if we could "login" to an individual Firebase by providing the Firebase's secret that may suffice for now.

Otherwise great work, can't wait to play with this!

@cbraynor
Copy link
Contributor

Thanks for trying the beta. We'll be working on implementing full support for Github users very soon but for now a temporary workaround is to create a new Firebase account with your Github primary email and add it as a collaborator to the Firebase(s) in question. Hope this helps

@ryanflorence
Copy link

On the left of a firebase are the links "data, security rules, simulator, analytics, simple login, hosting, secrets", none of which seem to allow the adding of collaborators, which seems to be the logical place to do this. took me a while to find it on the dashboard tile.

@ryanflorence
Copy link

Okay, maybe I'm misunderstanding the work around:

  1. I already had an account with my email address
  2. I logged in with github months later
  3. My github primary email is the same as the email address used in (1)
  4. When I try to add my email as a developer to a firebase on my github login I get an error message in the web ui.

@abeisgoat
Copy link
Contributor Author

Alternative work around:

In Chrome:

  1. Go to your Firebase account.
  2. Pull up developer tools and find the Cookie called "adminToken"
  3. Create ~/.firebasrc like
    { "email": "<Your Firebase Email>", "token": "<Your Admin Token>" }
  4. Boom, you're signed in now!

@abeisgoat
Copy link
Contributor Author

This should probably be closed now that Github accounts get prompted for email/pass on Firebase now.

taeold pushed a commit that referenced this issue Jan 9, 2023
Bug fix: convert runtime configuration into a sorted array
leemhenson pushed a commit to leemhenson/firebase-tools that referenced this issue Apr 18, 2024
* Add isolate config option and print a message

* Set version to pre release

* Integrate isolate as a function

* 12.9.1-2

* Upgrade isolate package

* 12.9.1-3

* Load isolate with dynamic import

* 12.9.1-4

* Come on

* 12.9.1-5

* Use the dynamic import helper

* 12.9.1-6

* Upgrade isolate-package

* 12.9.1-7

* Cast dynamic import type

* 12.9.1-8

* 12.9.1-9

* Fix config

* Update readme
yuchenshi pushed a commit that referenced this issue Sep 18, 2024
Fix misspelled "starred" and added better instructions
yuchenshi pushed a commit that referenced this issue Sep 18, 2024
yuchenshi pushed a commit that referenced this issue Sep 18, 2024
Add additional context to the auth/chromeextension readme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants