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