We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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