-
Notifications
You must be signed in to change notification settings - Fork 930
Implement configureFieldIndexes with tests #6403
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
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is just whitespace formatting that happens when the lint:fix and yarn prettier are run.
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.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a merge error?
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.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not look like a whitespace change to me..the error message changed for example.
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.
Take a closer look. Githubs diff layout is misleading you.
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.
OK, see it now!
packages/firestore/test/unit/local/local_store_indexeddb.test.ts
Outdated
Show resolved
Hide resolved
Changeset File Check ✅
|
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.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not look like a whitespace change to me..the error message changed for example.
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.
Thanks, approved!
} | ||
const tokenUpdated = tokenResult.token !== this.latestAppCheckToken; | ||
this.latestAppCheckToken = tokenResult.token; | ||
const onTokenChanged: ( |
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.
OK, see it now!
No description provided.