You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey everyone! I'm creating a state management system using LegendState and syncing it with Firebase.
Here's my categories state that works correctly:
Using methods like addCategory and updateCategory, I modify the categories array and the set callback successfully syncs with Firebase.
However, when I try the same logic with products state, the set callback doesn't trigger:
I've tried debugging steps to find where it interrupts, but everything seems correct. I can also get logs when I subscribe using products.onChange.
I would appreciate any ideas, and I'm considering filing an issue for this behavior.
Beta Was this translation helpful? Give feedback.
All reactions