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 fb0fe41 commit f27be47Copy full SHA for f27be47
firestore/README.md
@@ -60,7 +60,7 @@ const FirestoreCollection = () => {
60
const [value, loading, error] = useCollection(
61
firebase.firestore().collection('hooks'),
62
{
63
- snapshotListenOptions: { includeMetadataChanges: true }
+ snapshotListenOptions: { includeMetadataChanges: true },
64
}
65
);
66
return (
@@ -176,7 +176,7 @@ const FirestoreDocument = () => {
176
const [value, loading, error] = useDocument(
177
firebase.firestore().doc('hooks/nBShXiRGFAhuiPfBaGpt'),
178
179
- includeMetadataChanges: true,
180
181
182
0 commit comments