You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/DATABASE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ The plugin will take care of serializing JSON data to native data structures.
46
46
47
47
#### Adding an update timestamp
48
48
If you want to have Firebase a timestamp to your data (instead of clients which likely are not synchronized),
49
-
you can use the placeholder value `firebase.ServerValue.TIMESTAMP`, so for instance:
49
+
you can use the placeholder value `firebase.ServerValue.TIMESTAMP` (or `firebase["ServerValue"].TIMESTAMP` if your IDE complains about the former), so for instance:
0 commit comments