You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/firestore/documents.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ There are multiple ways of streaming collection data from Firestore.
72
72
73
73
**Why would you use it?** - When you just need the object data. No document metadata is attached which makes it simple to render to a view.
74
74
75
-
**When would you not use it?** - When you need the `id` of the document to use data manipulation metods. This method assumes you either are saving the `id` to the document data or using a "readonly" approach.
75
+
**When would you not use it?** - When you need the `id` of the document to use data manipulation methods. This method assumes you either are saving the `id` to the document data or using a "readonly" approach.
76
76
77
77
### `snapshotChanges()`
78
78
**What is it?** - Returns an Observable of data as a `DocumentChangeAction`.
@@ -106,4 +106,4 @@ To retrieve a nested collection use the `collection(path: string)` method.
106
106
}
107
107
```
108
108
109
-
### [Next Step: Collections in AngularFirestore](collections.md)
109
+
### [Next Step: Collections in AngularFirestore](collections.md)
0 commit comments