-
Notifications
You must be signed in to change notification settings - Fork 407
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
useDatabaseListData only fetch data once #531
Comments
Did you fix this useDatabaseListData ? I'm also getting this bug. I need to reload my browser in order to fetch the right data. Even the status is success, it doesn't show any data unless I reload the browser. Should have mentioned it in the docs. |
When running in Jest/react-testing-framework, useDatabaseListData stops updating after a simple call to |
I was hit by this bug too. I ended up re-implementing |
it's exactly the same situation like stated here #497 using |
Unfortunately the For example, when I subscribe to |
useDatabaseListData only fetches data once and does not listen to updates
I am using react 18 and firebase 9
after hours of debugging and when I switch to useDatabaseObjectData, data is updated properly.
The text was updated successfully, but these errors were encountered: