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 844c096 commit 9039fc4Copy full SHA for 9039fc4
docs/version-5-upgrade.md
@@ -45,7 +45,7 @@ constructor(afDb: AngularFireDatabase) {
45
const $key = action.payload.key;
46
const data = { $key, ...action.payload.val() };
47
return data;
48
- }).subscribe(item => console.log(item.key));
+ }).subscribe(item => console.log(item.$key));
49
}
50
```
51
0 commit comments