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."],["This attribute can only be applied to properties of type string or `DocumentReference`."],["The attribute is not considered during the serialization process to Firestore, so it only affects read operations."],["The latest version of `FirestoreDocumentIdAttribute` is version 3.10.0, and there are many available versions from 3.9.0 to 2.3.1."],["A property cannot have both the `FirestoreDocumentIdAttribute` and `FirestorePropertyAttribute` at the same time."]]],[]]