-
Notifications
You must be signed in to change notification settings - Fork 949
chore(Firestore) add changeset for PR #8926 #9115
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 18 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
b85747b
[Feat] Add bundler implementation to Firestore SSR Serialization feat…
DellaBitta e34353d
[Feat] Firestore onSnapshot support for bundles for feature branch. (…
DellaBitta 2d01a6d
Merge branch 'main' into ddb-firestore-result-serialization
DellaBitta 41b82e9
Squashed commit of the following:
DellaBitta 4c8e431
update docs
DellaBitta c211ea2
Docgen
DellaBitta c88ea8e
[FEAT] Doc/QuerySnapshot fromJSON (#8960)
DellaBitta a49774f
Merge branch 'main' into ddb-firestore-result-serialization
DellaBitta 38d8bc5
[FEAT] Restrict Firestore Doc/QuerySnapshot toJSON on client. (#9048)
DellaBitta 6388f7f
Merge branch 'main' into ddb-firestore-result-serialization
DellaBitta 0b2e9a2
NOT SUPPORTED constant
DellaBitta a39ced3
!!hasPendingWrites
DellaBitta 2225a2b
Bytes typo
DellaBitta a0a832a
Docs
DellaBitta 1c3dce3
Mark Duckworth review fixes.
DellaBitta 67cd379
schaem typo fix.
DellaBitta 0ef4592
Changset
DellaBitta 78b23dc
Merge branch 'main' into ddb-firestore-result-serialization
DellaBitta b690794
firebase patch -> minor
DellaBitta 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
'@firebase/firestore': minor | ||
'firebase': patch | ||
--- | ||
|
||
Added support for Firestore result types to be serialized with `toJSON` and then deserialized with `fromJSON` methods on the objects. | ||
|
||
Addeed support to resume `onSnapshot` listeners in the CSR phase based on serialized `DataSnapshot`s and `QuerySnapshot`s built in the SSR phase. |
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.
Shouldn't "firebase" be minor?
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.
Fixed