UNPKG

voluptasmollitia

Version:
14 lines (8 loc) 494 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; [OrderByDirection](./firestore_lite.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'; ```