Package | com.tuarua.firebase.firestore |
Class | public class NumericIncrementFieldValue |
Inheritance | NumericIncrementFieldValue ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
methodName : String = FieldValue.increment | NumericIncrementFieldValue | ||
operand : Number | NumericIncrementFieldValue |
Method | Defined By | ||
---|---|---|---|
NumericIncrementFieldValue(operand:Number) | NumericIncrementFieldValue | ||
![]() | increment(by:Number):FieldValue [static]
Returns a special value that can be used with set() or update() that tells the
server to increment the field's current value by the given value. | FieldValue | |
![]() | [static] Returns a sentinel for use with update() to mark a field for deletion. | FieldValue | |
![]() | [static]
Returns a sentinel for use with set() or update() to include a server-generated
timestamp in the written data. | FieldValue |