[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Interface|AttributeTargets.Delegate)]public sealed class FirestoreDataAttribute:Attribute
Reference documentation and code samples for the Firestore API class FirestoreDataAttribute.
Attribute indicating that a type is intended to be used with Firestore.
[[["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-02 UTC."],[[["The `FirestoreDataAttribute` class is used to mark types intended for use with Firestore, indicating they should be serialized and deserialized by Firestore."],["This attribute can be applied to classes, structs, enums, interfaces, and delegates."],["The latest version of the library that this documentation covers is version 3.10.0, while the current documentation focuses on version 3.7.0."],["`FirestoreDataAttribute` provides properties to customize its behavior, such as `ConverterType` for specifying a custom converter and `UnknownPropertyHandling` for managing unknown properties during serialization/deserialization."],["It inherits several methods and properties from the `Attribute` class, enabling operations like retrieving and inspecting custom attributes."]]],[]]