CalvinMoylan

Results 1 issues of CalvinMoylan

just never finishes fetching. setting subscribe to false fetches instantly ``` const ref = doc(firestore, "games", id); const { data, isLoading } = useFirestoreDocumentData(["games", id], ref, { subscribe: true, });...