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 e930aaf commit 1048923Copy full SHA for 1048923
firestore/README.md
@@ -60,7 +60,7 @@ const FirestoreCollection = () => {
60
const [value, loading, error] = useCollection(
61
firebase.firestore().collection('hooks'),
62
{
63
- includeMetadataChanges: true,
+ snapshotListenOptions: { includeMetadataChanges: true }
64
}
65
);
66
return (
0 commit comments