Skip to content

docs: improve documentation for merge behavior #3257

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 2 commits into from
Dec 22, 2021

Conversation

schmidt-sebastian
Copy link
Contributor

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Dec 21, 2021

Coverage Report

Affected SDKs

No changes between base commit (15f59af) and head commit (0abdad03).

Test Logs

Notes

HTML coverage reports can be produced locally with ./gradlew <product>:checkCoverage.
Report files are located at <product-build-dir>/reports/jacoco/.

Head commit (0abdad03) is created by Prow via merging commits: 15f59af c070127.

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Dec 21, 2021

Binary Size Report

Affected SDKs

  • firebase-firestore

    Type Base (15f59af) Head (0abdad03) Diff
    aar 1.23 MB 1.23 MB +3 B (+0.0%)
    apk (release) 3.33 MB 3.33 MB +4 B (+0.0%)

Test Logs

Notes

Head commit (0abdad03) is created by Prow via merging commits: 15f59af c070127.

@@ -59,7 +59,8 @@ public FieldMask getFieldMask() {

/**
* Changes the behavior of {@code set()} calls to only replace the values specified in its data
* argument. Fields omitted from the {@code set()} call will remain untouched.
* argument. Fields omitted from the {@code set()} call will remain untouched. If your input sets
* any field to an empty map, all nested fields at this location are overwritten.
Copy link

@thebrianchen thebrianchen Dec 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

optional: use {@code Map}?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left it as is as it creates weird capitalization and should also really be a {@link Map}, which then is too generic to be useful.

@schmidt-sebastian schmidt-sebastian merged commit 4884bcb into master Dec 22, 2021
@schmidt-sebastian schmidt-sebastian deleted the mrschmidt/merge branch December 22, 2021 20:51
@firebase firebase locked and limited conversation to collaborators Jan 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants