Implement configureFieldIndexes with tests#6403
Conversation
🦋 Changeset detectedLatest commit: 82f0e60 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1This report is too large (640,509 characters) to be displayed here in a GitHub comment. Please use the below link to see the full report on Google Cloud Storage.Test Logs |
| @@ -473,24 +473,25 @@ export class FirebaseAppCheckTokenProvider | |||
| asyncQueue: AsyncQueue, | |||
| changeListener: CredentialChangeListener<string> | |||
There was a problem hiding this comment.
This file is just whitespace formatting that happens when the lint:fix and yarn prettier are run.
wu-hui
left a comment
There was a problem hiding this comment.
Mostly ready to merge. I have a kind of big ask to add a spec test..
| } | ||
| const tokenUpdated = tokenResult.token !== this.latestAppCheckToken; | ||
| this.latestAppCheckToken = tokenResult.token; | ||
| const onTokenChanged: ( |
There was a problem hiding this comment.
The is the linter making things pretty.
It's a minor nuisance to omit committing this file every time I work on JS. So I let it slide this time, and thought it could be included.
This is purely a whitespace change.
There was a problem hiding this comment.
This does not look like a whitespace change to me..the error message changed for example.
There was a problem hiding this comment.
Take a closer look. Githubs diff layout is misleading you.
Changeset File Check ✅
|
wu-hui
left a comment
There was a problem hiding this comment.
Almost LGTM, I believe the app check change worth taking another look.
| } | ||
| const tokenUpdated = tokenResult.token !== this.latestAppCheckToken; | ||
| this.latestAppCheckToken = tokenResult.token; | ||
| const onTokenChanged: ( |
There was a problem hiding this comment.
This does not look like a whitespace change to me..the error message changed for example.
| } | ||
| const tokenUpdated = tokenResult.token !== this.latestAppCheckToken; | ||
| this.latestAppCheckToken = tokenResult.token; | ||
| const onTokenChanged: ( |
No description provided.