-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Comments
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. |
@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 |
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. |
Annoying.. isn't it?
on the bottom left you can see this
[image: image.png]
![image](https://user-images.githubusercontent.com/2450317/88771800-669f2d80-d19d-11ea-9e19-0112f69a20bf.png)
Click on show more and then click on Opt-out
![image](https://user-images.githubusercontent.com/2450317/88771836-6dc63b80-d19d-11ea-9291-69c4a9b7edc4.png)
Hope this helps!
--
Ashwin
…On Tue, Jul 28, 2020 at 8:54 AM Fernão Guerra ***@***.***> wrote:
Hi @ashking <https://github.com/ashking>, I have the same problem here. I
am new to this. How do you switch to the old dashboard?
I can not find the public key.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#376 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASWHDLE27UD7TTPATM5FDTR5ZAHBANCNFSM4I62DMAQ>
.
|
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. |
Awesome, thanks for following up @jhuleatt |
I am unable to find the public ID and it seems now there is no way to "opt-out". I am using |
Still can't find the public key via https://chrome.google.com/webstore/devconsole/ |
@TrySpace These Chrome Web Store docs explain where to find the public key --> Keep a consistent id |
Don't know if this helps, but use inspect element for a page on your extension, and type this: chrome.runtime.getManifest().key |
How or where do you get the extension's public key for the manifest?
https://github.com/firebase/quickstart-js/tree/master/auth/chromextension
The text was updated successfully, but these errors were encountered: