Skip to content

Comments

Firestore: add support for 'ArrayRemove' / 'ArrayUnion' transforms#6651

Merged
tseaver merged 6 commits intogoogleapis:masterfrom
tseaver:6546-firestore-array_remove-array_union
Nov 27, 2018
Merged

Firestore: add support for 'ArrayRemove' / 'ArrayUnion' transforms#6651
tseaver merged 6 commits intogoogleapis:masterfrom
tseaver:6546-firestore-array_remove-array_union

Conversation

@tseaver
Copy link
Contributor

@tseaver tseaver commented Nov 26, 2018

Uses #6559 as a base. Please review that one first.

Closes #6546.

@tseaver tseaver added the api: firestore Issues related to the Firestore API. label Nov 26, 2018
@tseaver tseaver requested a review from crwilcox as a code owner November 26, 2018 21:34
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 26, 2018
Copy link
Contributor

@mcdonc mcdonc left a comment

Choose a reason for hiding this comment

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

It's a big PR but I understand the component parts, and it looks good to me.

In preparation for adding 'ArrayUnion' / 'ArrayRemove' transforms, which
are not constants.

See: #6551.
Adds missing values to an array field.
FBO adding 'ArrayRemove', which is functionally identical (only the class
docstring will vary).
Removes values from an array field.
@tseaver
Copy link
Contributor Author

tseaver commented Nov 27, 2018

Rebased after merge of #6559. Will merge when CI is green.

@tseaver tseaver added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 27, 2018
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 27, 2018
@tseaver tseaver merged commit 616255b into googleapis:master Nov 27, 2018
@tseaver tseaver deleted the 6546-firestore-array_remove-array_union branch November 27, 2018 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: firestore Issues related to the Firestore API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants