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.
2 parents e5019da + 9977f71 commit ef8e19eCopy full SHA for ef8e19e
firestore/README.md
@@ -190,7 +190,7 @@ import { useDocument } from 'react-firebase-hooks/firestore';
190
191
const FirestoreDocument = () => {
192
const [value, loading, error] = useDocument(
193
- doc(getFirestore(firebaseApp, 'hooks', 'nBShXiRGFAhuiPfBaGpt')),
+ doc(getFirestore(firebaseApp), 'hooks', 'nBShXiRGFAhuiPfBaGpt'),
194
{
195
snapshotListenOptions: { includeMetadataChanges: true },
196
}
0 commit comments