ignoreUndefinedProperties property

bool ignoreUndefinedProperties
final

Whether to skip nested properties that are set to undefined during object serialization.

If set to true, these properties are skipped and not written to Firestore. If set to false or omitted, the SDK throws an exception when it encounters properties of type undefined. Web only.

Implementation

final bool ignoreUndefinedProperties;