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

clients(viewer): use new firebase credentials #13110

Merged
merged 1 commit into from
Sep 23, 2021
Merged

Conversation

connorjclark
Copy link
Collaborator

Fixes #12890

Credentials have been broken for awhile. We lost access to the old project, so I made a new one.

Shouldn't merge this until the Oauth app is transferred out of my name and into googlechrome org.

@connorjclark connorjclark requested a review from a team as a code owner September 22, 2021 23:51
@connorjclark connorjclark requested review from patrickhulce and removed request for a team September 22, 2021 23:51
@google-cla google-cla bot added the cla: yes label Sep 22, 2021
@connorjclark
Copy link
Collaborator Author

App was transfered.

storageBucket: 'lighthouse-viewer.appspot.com',
messagingSenderId: '962507201498',
apiKey: 'AIzaSyBQEZMlX6A9B0jJ6PFGcBADbXZG9ogyCmQ',
authDomain: 'lighthouse-chrom-1560304954232.firebaseapp.com',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's really lighthouse-chrom not lighthouse-chrome?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shrug. It was truncated. This is the correct credentials.

storageBucket: 'lighthouse-chrom-1560304954232.appspot.com',
messagingSenderId: '89319782509',
appId: '1:89319782509:web:9ea5d8e149048c7836e764',
measurementId: 'G-7FMYHPW5YC',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you might need to update the firebase sdk reference in lighthouse-viewer/app/index.html to take advantage of some of these (they're up to v9 now and we're still on v4)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've got a follow up PR for this

@connorjclark connorjclark merged commit 3fc2808 into master Sep 23, 2021
@connorjclark connorjclark deleted the fb-credentials branch September 23, 2021 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Saving LH report as Gist on https://googlechrome.github.io/lighthouse/viewer/ broken?
3 participants