[[["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-01 UTC."],[[["The `FirestorePropertyAttribute` is used to mark properties for inclusion in Firestore conversions within the .NET environment."],["This attribute can be applied to a property using `[AttributeUsage(AttributeTargets.Property)]`, as shown in the code."],["The `FirestorePropertyAttribute` class allows for specifying a custom name and a custom converter type for the property when storing and retrieving data in Firestore."],["The latest version available is 3.10.0, with several previous versions also listed, going back to 2.3.1, all of which share the same `FirestorePropertyAttribute` class documentation."],["`FirestorePropertyAttribute` inherits from the `System.Attribute` class and includes members like `GetCustomAttribute`, `GetCustomAttributes`, and `IsDefined`, which are used for attribute reflection."]]],[]]