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 `FirestoreDocumentIdAttribute` is only effective when reading data from Firestore and is ignored during serialization to Firestore."],["The `FirestoreDocumentIdAttribute` should not be used on a property that also has a `FirestorePropertyAttribute`."],["The latest version of the Firestore API is 3.10.0, while this page is referencing version 3.4.0, and it also provides links to other versions ranging from 2.3.1 to 3.9.0."]]],[]]