回答編集履歴

1

一部修正

2018/12/19 05:56

投稿

shou6
shou6

スコア305

test CHANGED
@@ -10,9 +10,9 @@
10
10
 
11
11
  .database()
12
12
 
13
- .ref('notes/' + this.user.uid)
13
+ .ref(`notes/${this.user.uid}`)
14
14
 
15
- .once('value', snapshot => {
15
+ .once("value", snapshot => {
16
16
 
17
17
  this.notes = snapshot.val() || null
18
18