This attribute must only be applied to properties of string or DocumentReference.
This attribute is ignored when serializing a document to Firestore.
This attribute must not be applied on a property which also has FirestorePropertyAttribute.
[[["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."],[[["The `FirestoreDocumentIdAttribute` is used to indicate that a property should be populated with a Firestore document ID."],["This attribute is applicable to properties of type string or `DocumentReference`, as stated by the remarks in the provided content."],["The `FirestoreDocumentIdAttribute` is ignored during serialization of a document to Firestore."],["It can be seen in versions as old as 2.3.1, with the latest being version 3.10.0, and cannot be applied on a property with `FirestorePropertyAttribute`."]]],[]]