Open
Description
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,
});
it does work with useFirestoreQuery
"@react-query-firebase/firestore": "^1.0.0-dev.7"
"firebase": "^9.11.0"
"react-query": "^3.39.2"
Metadata
Metadata
Assignees
Type
Projects
Status
Needs Acknowledgment