We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4633c4 commit b29a649Copy full SHA for b29a649
firestore/test.firestore.js
@@ -586,7 +586,7 @@ describe("firestore", () => {
586
// [START update_with_server_timestamp]
587
var docRef = db.collection('objects').doc('some-id');
588
589
- // Update the teimstamp field with the value form the server
+ // Update the timestamp field with the value from the server
590
var updateTimestamp = docRef.update({
591
timestamp: firebase.firestore.FieldValue.serverTimestamp()
592
});
0 commit comments