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.
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.