java.lang.Object | |
↳ | com.google.firebase.firestore.FieldValue |
Sentinel values that can be used when writing document fields with set() or update().
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a sentinel for use with update() to mark a field for deletion.
| |||||||||||
Returns a sentinel for use with set() or update() to include a server-generated timestamp in
the written data.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns a sentinel for use with update() to mark a field for deletion.
Returns | |
---|---|
FieldValue |
Returns a sentinel for use with set() or update() to include a server-generated timestamp in the written data.
Returns | |
---|---|
FieldValue |