[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-03-21 UTC."],[[["This webpage provides documentation for the `FirestoreDataAttribute` class, which is used to indicate that a type should be used with Firestore."],["The latest version of the documentation is for version 3.10.0, and it also includes documentation for versions going back to 2.3.1."],["The `FirestoreDataAttribute` class inherits from the `Attribute` class and provides functionality for handling unknown properties and specifying custom converter types."],["The `FirestoreDataAttribute` can be applied to classes, structs, enums, interfaces, and delegates, and when using the attribute, custom settings can be set for handling unknown properties or using a custom converter."]]],[]]