-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Querying firestore documents with subscribe never fetches #73
Comments
Also noticed this, happens with RTDB as well. It does return once an update to the DB occurs though. I'm guessing some interaction with React Query regarding the updates isn't right |
any chances for a merge? :) |
I am also experiencing the same problem, so it would be very appriciated if it got fixed |
Would also appreciate a merge and release. |
would be nice to have this fix merged. I rewrote whole app to use-query-firebase and now due this I have to rewrite it back or use custom logic when need to subscribe to document changes... Please, make it work. Thanks! |
For getting multiple docs like useFirestoreQuery
|
The issues regarding infinite loading and disabled functionality associated with the useFirestoreDocumentData hook have been resolved. Therefore, we can now utilize it with Next.js versions 13 or 14. |
just never finishes fetching. setting subscribe to false fetches instantly
it does work with useFirestoreQuery
"@react-query-firebase/firestore": "^1.0.0-dev.7"
"firebase": "^9.11.0"
"react-query": "^3.39.2"
The text was updated successfully, but these errors were encountered: