firebase / firebase/firebase-android-sdk
[Feature Request] Firestore SetOptions.ignoreFields()
Open
api: firestore
type: feature request
- Dominant language
- Java
- Stars
- 2.6k
- Forks
- 710
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 34
Description
## What feature would you like to see?
We already have `mergeFields()`, it will be better to also have `ignoreFields()`. A possible use case would be when our data has a lot of fields, especially deep, nested, and dynamic ones which will be impossible to use `mergeFields`, while we just want to ignore one or two fields.
## How would you use it?
Just the same as `mergeFields()`, it is just the opposite of it.
Contributor guide
Assessment
This issue has not been assessed yet.