-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Conversation
App was transfered. |
storageBucket: 'lighthouse-viewer.appspot.com', | ||
messagingSenderId: '962507201498', | ||
apiKey: 'AIzaSyBQEZMlX6A9B0jJ6PFGcBADbXZG9ogyCmQ', | ||
authDomain: 'lighthouse-chrom-1560304954232.firebaseapp.com', |
There was a problem hiding this comment.
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
?
There was a problem hiding this comment.
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', |
There was a problem hiding this comment.
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)
There was a problem hiding this comment.
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
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.