We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d09ab4 commit 6ca78a1Copy full SHA for 6ca78a1
lib/modules/database.js
@@ -35,7 +35,7 @@ class DataSnapshot {
35
36
forEach(fn) {
37
(this.childKeys || [])
38
- .forEach(key => fn(this.value[key]))
+ .forEach(key => fn({key: key, value: this.value[key]}))
39
}
40
41
map(fn) {
0 commit comments