-
Notifications
You must be signed in to change notification settings - Fork 617
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
Conversation
Coverage ReportAffected SDKsNo changes between base commit (15f59af) and head commit (0abdad03). Test Logs
NotesHTML coverage reports can be produced locally with Head commit (0abdad03) is created by Prow via merging commits: 15f59af c070127. |
Binary Size ReportAffected SDKs
Test Logs
NotesHead 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. |
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.
optional: use {@code Map}?
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 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.
Addresses firebase/firebase-admin-node#987