UNPKG

voluptasmollitia

Version:
14 lines (8 loc) 483 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/firestore](./firestore.md) &gt; [/](./firestore_.md) &gt; [OrderByDirection](./firestore_.orderbydirection.md) ## OrderByDirection type The direction of a [orderBy()](./firestore_.orderby.md) clause is specified as 'desc' or 'asc' (descending or ascending). <b>Signature:</b> ```typescript export declare type OrderByDirection = 'desc' | 'asc'; ```