voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
21 lines (12 loc) • 620 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/firestore](./firestore.md) > [/](./firestore_.md) > [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. |