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

Commit 60e154a

Browse files
Merge pull request #1114 from acrollet/patch-1
Document serverTimestamp() Android compatibility
2 parents 581ed00 + a729afe commit 60e154a

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)