これを使用する場合、ロード表示を追加するにはどうすればよいですか?
new Firebase('url/data').on('child_change',function() {
// do somthing here, which may take x time per operation
})
これを使用する場合、ロード表示を追加するにはどうすればよいですか?
new Firebase('url/data').on('child_change',function() {
// do somthing here, which may take x time per operation
})