Skip to content
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

Consider adding WriteTransaction.merge() convenience #1036

Open
aboodman opened this issue Nov 21, 2022 · 1 comment
Open

Consider adding WriteTransaction.merge() convenience #1036

aboodman opened this issue Nov 21, 2022 · 1 comment

Comments

@aboodman
Copy link
Contributor

See the related Firebase feature for inspiration: https://stackoverflow.com/questions/46597327/difference-between-firestore-set-with-merge-true-and-update

@arv
Copy link
Contributor

arv commented Nov 21, 2022

Performance wise it would be slightly more efficient... One B+Tree lookup vs 2 but I'm sure it is not noticeable compared to everything else going on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants