-
Notifications
You must be signed in to change notification settings - Fork 938
Merge firestore bundles implementation without exposing public APIs #3594
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
f347dea
Add bundle.proto d.ts and introduce IDB object stores for bundles. (…
wu-hui b0c8299
Implement a bundle reader for Web (#3097)
wu-hui 2f179bc
Enable bundle reader for Node. (#3167)
wu-hui d3f0ab4
Implement BundleCache for IDB and memory. (#3170)
wu-hui 6c375b9
Merge branch 'master' into wuandy/Bundles
wu-hui e8b9ec2
Implement bundle features in local store. (#3200)
wu-hui 2e73801
Merge branch 'master' into wuandy/Bundles
wu-hui fff6b1b
Merge branch 'master' into wuandy/Bundles
wu-hui 3a78d7c
Fix firestore_bundle_proto rollup issue. (#3316)
wu-hui 0bf9c73
Implement bundle loading. (#3201)
wu-hui 2bfa185
Merge branch 'master' into wuandy/Bundles
wu-hui 9bfb995
Bundles load from secondary tabs (#3393)
wu-hui a9bf16c
Merge branch 'master' into wuandy/Bundles
wu-hui 8b8a097
Make loadBundle work with exp build (#3488)
wu-hui 5ebf8c3
Bundle's named query resume. (#3395)
wu-hui 8cfb471
Merge branch 'master' into wuandy/Bundles
wu-hui 2bec6d8
Merge remote-tracking branch 'origin/wuandy/Bundles' into wuandy/Bundles
wu-hui 0f697df
Merge with named query change.
wu-hui dc02c03
Add missing byte_stream_reader.ts for *_lite platforms
wu-hui 15b96a9
Finally builds and passes
wu-hui b4f9936
Update query-document mapping from bundles. (#3620)
wu-hui ef202a1
Merge branch 'master' into wuandy/Bundles
wu-hui c4b0995
Introduce an umbrella target for bundled documents (#3643)
wu-hui 4e09f58
Merge branch 'master' into wuandy/Bundles
wu-hui 775d58a
Restore some files from master
wu-hui 5dd5c9c
Fix build errors
wu-hui e53cf69
Fix lint errors
wu-hui 4bbcdc0
Merge branch 'master' into wuandy/Bundles
wu-hui bd6adc6
Hide bundles from public API
wu-hui 259160b
Fix build error.
wu-hui 9a804fc
Add bundle proto to extern, version upgrade and make exp bundle public
wu-hui 72fb466
Merge branch 'master' into wuandy/Bundles
wu-hui 3b208b2
Fix lint error
wu-hui 223bc9a
Move bundle integration tests under api/ and complete exp API (#3962)
wu-hui b80c880
Merge branch 'master' into wuandy/Bundles
wu-hui 5b0526b
Bundles as free functions (#4006)
wu-hui 089fcdd
Merge branch 'master' into wuandy/Bundles
wu-hui 80dc41d
Address comments
wu-hui d4ab17f
Remove bundles from public interfaces.
wu-hui 1b3d633
Remove bundles from public interfaces take 2.
wu-hui 205d1c8
Merge branch 'master' into wuandy/Bundles
wu-hui File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 can keep these functions as long as they are not referenced.
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.
Done.