UNPKG

voluptasmollitia

Version:
21 lines (12 loc) 635 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; [FieldValue](./firestore_lite.fieldvalue.md) ## FieldValue class Sentinel values that can be used when writing document fields with `set()` or `update()`<!-- -->. <b>Signature:</b> ```typescript export declare abstract class FieldValue ``` ## Methods | Method | Modifiers | Description | | --- | --- | --- | | [isEqual(other)](./firestore_lite.fieldvalue.isequal.md) | | Compares <code>FieldValue</code>s for equality. |