There was an error while loading. Please reload this page.
1 parent 6c6ebd6 commit 6309e3cCopy full SHA for 6309e3c
examples/index.html
@@ -73,6 +73,7 @@
73
addTodo: function () {
74
if (this.newTodoText) {
75
todos.add({
76
+ finished: false,
77
text: this.newTodoText,
78
created: firebase.firestore.FieldValue.serverTimestamp()
79
})
0 commit comments