Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit a729afe

Browse files
authored
Document serverTimestamp() Android compatibility
1 parent 581ed00 commit a729afe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/FIRESTORE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ sanFranciscoDocument.update({
185185
});
186186
```
187187

188+
> NB: serverTimestamp() only works in an update on the Android SDK, not add or set.
189+
188190
### `collection.where()`
189191
Firestore supports advanced querying with the `where` function. Those `where` clauses can be chained to form logical 'AND' queries:
190192

0 commit comments

Comments
 (0)