-
Notifications
You must be signed in to change notification settings - Fork 934
Firestore overlays #6283
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
Firestore overlays #6283
Conversation
* Integrate Document Overlay with the SDK. * we should call ObjectValue.delete if value is null. * Remove unnecessary null check from MemoryDocumentOverlayCache.saveOverlay(), like is done in firebase/firebase-android-sdk#3518 * Address comments. * Port changes from Android SDK PR#3420. Note that we are not going to do any processing in the background. * Port overlay recalculation bug (Android SDK PR #3495). * Fix overlay bug when offline (Port Android SDK PR #3537). * Address feedback. * Better null check. Co-authored-by: Denver Coneybeare <[email protected]>
* Overlay migration * Remove intermediate state. * Add test. * Address feedback.
* wip. * remove console.log. * remove .only for test. * lint fixes.
|
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1This report is too large (587,792 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 |
@wu-hui This is to merge 4 PRs that were each reviewed in the I just had to add 1 commit that should be reviewed which resolves merge conflicts into master (see above). Thanks |
return; | ||
} | ||
|
||
it('combines indexed with non-indexed results', async () => { |
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.
Should we port this to Android? I could not find it.
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 don't know why GitHub shows this as a new addition in the diff.
These tests exist in the tip-of-tree in the Web SDK. They also exist on Android. Sebastian ported these from Android to the Web via #6153
No description provided.