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 e343f13 commit c47d209Copy full SHA for c47d209
docs/firestore/documents.md
@@ -68,7 +68,7 @@ interface DocumentSnapshot {
68
There are multiple ways of streaming collection data from Firestore.
69
70
### `valueChanges()`
71
-**What is it?** - Returns an Observable of document data. All Snapshot metadata is stripped and just the method provides only the data.
+**What is it?** - Returns an Observable of document data. All Snapshot metadata is stripped. This method provides only the data.
72
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
0 commit comments