Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid Setting Data When No Data is Provided (#40)
# Avoid Setting Data when no Data is Provided ## ♻️ Current situation & Problem - SpeziFirebase tries to write a document when no data should be created which can clash with possible security rules not allowing deletion. - No document should be created on updating elements. ## ⚙️ Release Notes - Avoid Setting Data When No Data is Provided ## 📝 Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md).
- Loading branch information