We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38f1cb commit 5bcb5f7Copy full SHA for 5bcb5f7
packages/nuxt/playground/pages/firestore-useDocument.vue
@@ -9,7 +9,7 @@ const configRef = doc(db, 'configs', 'jORwjIykFo2NmkdzTkhU')
9
const isDoneFetching = ref(false)
10
const isAllDoneFetching = ref(false)
11
12
-const { data: config, promise } = useDocument(configRef)
+const { data: config, promise } = useDocument(configRef, { wait: true })
13
// const { data: hey } = useDocument(configRef)
14
15
onMounted(() => {
0 commit comments