FieldValue class
Stay organized with collections
Save and categorize content based on your preferences.
Sentinel values that can be used when writing document fields with set()
or update()
.
Signature:
export declare abstract class FieldValue
Methods
Method |
Modifiers |
Description |
isEqual(other) |
|
Compares FieldValue s for equality. |
FieldValue.isEqual()
Compares FieldValue
s for equality.
Signature:
abstract isEqual(other: FieldValue): boolean;
Parameters
Returns:
boolean
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-01-19 UTC.
[null,null,["Last updated 2024-01-19 UTC."],[],[],null,["Sentinel 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\nFieldValue.isEqual()\n\nCompares `FieldValue`s for equality.\n\n**Signature:** \n\n abstract isEqual(other: FieldValue): boolean;\n\nParameters\n\n**Returns:**\n\nboolean"]]