Skip to content

Commit f743339

Browse files
idanb11davideast
authored andcommitted
docs(typo): snapshotChanges (#1368)
ver 5 uses snapshotChanges
1 parent 711082c commit f743339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rtdb/objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export class AppComponent {
158158
```
159159

160160
## Retrieving the snapshot
161-
AngularFire `valueChanges()` unwraps the Firebase DataSnapshot by default, but you can get the data as the original snapshot by using the `snapshotChanges()` option instead.
161+
AngularFire `valueChanges()` unwraps the Firebase DataSnapshot by default, but you can get the data as the original snapshot by using the `snapshotChanges()` option.
162162

163163
```ts
164164
this.itemRef = db.object('item');

0 commit comments

Comments
 (0)