Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

documentId

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.

function documentId(): FieldPath;
§
documentId(): FieldPath
[src]