-
Notifications
You must be signed in to change notification settings - Fork 617
Remove unused baseDoc argument #2340
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
Coverage ReportAffected SDKs
Test Logs
NotesHTML coverage reports can be produced locally with Head commit (ed8b1bdf) is created by Prow via merging commits: 2c088d7 ec42a19. |
Binary Size ReportAffected SDKs
Test Logs
NotesHead commit (ed8b1bdf) is created by Prow via merging commits: 2c088d7 ec42a19. |
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.
lgtm. Thanks for doing this instead of me :)
@@ -164,12 +162,12 @@ static SnapshotVersion getPostMutationVersion(@Nullable MaybeDocument maybeDoc) | |||
* result of applying a transform) for use after a mutation containing transforms has been | |||
* acknowledged by the server. | |||
* | |||
* @param baseDoc The document prior to applying this mutation batch. | |||
* @param maybeDoc The current state of the document after applying all previous mutations. |
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 for catching the rename. Will port this to the iOS PR as well.
Port from iOS firebase/firebase-ios-sdk#7276
This likely needs to be ported to Web too (but I didn't check - just worked on this while verifying the iOS PR).