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 filled with the Firestore document's ID."],["This attribute can be applied to properties of type string or `DocumentReference`."],["The attribute is not used when serializing a document to Firestore, meaning it only takes effect when reading a document from Firestore."],["The `FirestoreDocumentIdAttribute` cannot be used on a property that also uses the `FirestorePropertyAttribute`."],["The available versions of the Firestore API class range from 2.3.1 all the way up to the latest version 3.10.0."]]],[]]