Skip to content

Instantly share code, notes, and snippets.

@butackle
Created March 5, 2017 08:29
Show Gist options
  • Save butackle/dbb8d5b7f8a81d6d59d9742f9deb710d to your computer and use it in GitHub Desktop.
Save butackle/dbb8d5b7f8a81d6d59d9742f9deb710d to your computer and use it in GitHub Desktop.
// 更新情報取得
database.ref('list').on('value', (snapshot) => {
this.list = getList(snapshot);
this.update();
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment