Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Rename
update
method to updatePartial
in DocumentReference
The `update` method in the `DocumentReference` class has been renamed to `updatePartial` to better reflect its purpose. This change improves the clarity and readability of the code. BREAKING CHANGE: The `update` method in the `DocumentReference` not available anymore. use `updatePartial` instead. Co-authored-by: Mohammad Honarvar <[email protected]>
- Loading branch information