UNPKG

voluptasmollitia

Version:
21 lines (12 loc) 620 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; [FieldValue](./firestore_.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_.fieldvalue.isequal.md) | | Compares <code>FieldValue</code>s for equality. |