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

How/where to get extension's Public Key for use in Chrome Extension? #376

Open
nalbion opened this issue Oct 9, 2019 · 12 comments
Open

Comments

@nalbion
Copy link

nalbion commented Oct 9, 2019

How or where do you get the extension's public key for the manifest?

https://github.com/firebase/quickstart-js/tree/master/auth/chromextension

@jhuleatt
Copy link
Contributor

Instructions for getting the public key are found at the end of the "Creating a dummy Chrome extension (how to obtain a Chrome App ID and Public Key)" section.

@ashking
Copy link

ashking commented May 22, 2020

@jhuleatt , am not able to find a way to get extension's public key on the google extensions developer portal. Can you help me with that? thanks

@ashking
Copy link

ashking commented May 23, 2020

Finally, after breaking my head for a day, I realised I was on the new dashboard. The more info is not available on the new dashboard yet. Switch back to old dashboard and you will find it there.

@ashking
Copy link

ashking commented Jul 29, 2020 via email

@wallawe
Copy link

wallawe commented Aug 20, 2020

Thanks @ashking. @jhuleatt This took me a couple of hours of googling before I finally found that the new dashboard doesn't have a way of accessing the public ID. I'm not sure of the correct channels but perhaps you could run this up the flagpole as it's a major blocker right now.

@jhuleatt
Copy link
Contributor

Hey @wallawe, I'll ask around internally to see if there is a way to set up Oauth apps in the new dashboard. Thanks @ashking for the workaround!

@jhuleatt
Copy link
Contributor

Turns out the Chrome extensions team is already working on adding a "view public key" link to the new dashboard 😃

But for now, going back to the old one is the only way to set up an Oauth app.

I'm watching the internal progress of the work on the new dashboard and will do my best to update the quickstart guide soon after the new "view public key" link launches.

@wallawe
Copy link

wallawe commented Aug 21, 2020

Awesome, thanks for following up @jhuleatt

@jhuleatt jhuleatt reopened this Aug 21, 2020
@jhuleatt jhuleatt pinned this issue Aug 21, 2020
@jhuleatt jhuleatt changed the title How/where to get extension's Public Key? How/where to get extension's Public Key for use in Chrome Extension? Aug 21, 2020
@cristobalchao
Copy link

I am unable to find the public ID and it seems now there is no way to "opt-out". I am using chrome://extensions in the URL, any ideas?

@TrySpace
Copy link

Still can't find the public key via https://chrome.google.com/webstore/devconsole/
no idea how to revert to old UI

@AmySteam
Copy link

@TrySpace These Chrome Web Store docs explain where to find the public key --> Keep a consistent id

@deryilz
Copy link

deryilz commented Nov 15, 2022

Don't know if this helps, but use inspect element for a page on your extension, and type this:

chrome.runtime.getManifest().key

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants