UNPKG

voluptasmollitia

Version:
18 lines (10 loc) 556 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/firestore](./firestore.md) &gt; [lite](./firestore_lite.md) &gt; [documentId](./firestore_lite.documentid.md) ## documentId() function Returns a special sentinel `FieldPath` to refer to the ID of a document. It can be used in queries to sort or filter by the document ID. <b>Signature:</b> ```typescript export declare function documentId(): FieldPath; ``` <b>Returns:</b> [FieldPath](./firestore_lite.fieldpath.md)