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 mark a property that should be automatically populated with the Firestore document ID."],["The attribute can only be applied to properties of type string or `DocumentReference`."],["This attribute is not considered during the serialization process to Firestore, so it will not write the ID to firestore, only read from it."],["The `FirestoreDocumentIdAttribute` cannot be used on a property that also has the `FirestorePropertyAttribute`."],["The latest version of `FirestoreDocumentIdAttribute` is 3.10.0, with multiple previous versions available, starting as far back as 2.3.1."]]],[]]