[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-01-19 UTC."],[],[],null,["# FieldValue class\n\nSentinel values that can be used when writing document fields with `set()` or `update()`.\n\n**Signature:** \n\n export declare abstract class FieldValue \n\nMethods\n-------\n\n| Method | Modifiers | Description |\n|--------------------------------------------------------------------|-----------|--------------------------------------|\n| [isEqual(other)](./firestore_lite.fieldvalue.md#fieldvalueisequal) | | Compares `FieldValue`s for equality. |\n\nFieldValue.isEqual()\n--------------------\n\nCompares `FieldValue`s for equality.\n\n**Signature:** \n\n abstract isEqual(other: FieldValue): boolean;\n\n#### Parameters\n\n| Parameter | Type | Description |\n|-----------|---------------------------------------------------------------|-------------|\n| other | [FieldValue](./firestore_lite.fieldvalue.md#fieldvalue_class) | |\n\n**Returns:**\n\nboolean"]]