From 2a91a69c2bb27b686391fa9b79fcf118506cbbd6 Mon Sep 17 00:00:00 2001 From: idan Date: Fri, 1 Dec 2017 01:47:23 +0530 Subject: [PATCH] typo ver 5 uses snapshotChanges --- docs/rtdb/objects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rtdb/objects.md b/docs/rtdb/objects.md index c9c70b8e3..317123692 100644 --- a/docs/rtdb/objects.md +++ b/docs/rtdb/objects.md @@ -167,7 +167,7 @@ Data retrieved from the object binding contains special properties retrieved fro ## Retrieving the snapshot -AngularFire unwraps the Firebase DataSnapshot by default, but you can get the data as the original snapshot by specifying the `preserveSnapshot` option. +AngularFire unwraps the Firebase DataSnapshot by default, but you can get the data as the original snapshot by specifying the `snapshotChanges` option. ```ts this.itemRef = db.object('item');