[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The content outlines the different versions of the `UnknownPropertyHandling` feature within the `Google.Cloud.Firestore` library, ranging from version 2.3.1 up to the latest version 3.10.0."],["`UnknownPropertyHandling` is an enumeration that determines how the Firestore library deals with properties not recognized during the deserialization of a Firestore document."],["The `UnknownPropertyHandling` enum offers three handling options: `Ignore`, where unknown properties are ignored; `Throw`, where an exception is thrown upon encountering an unknown property; and `Warn`, where a warning is issued but no error is raised for unknown properties."],["The feature is contained within the Google.Cloud.Firestore.dll assembly."]]],[]]