Hey there.
I just started creating an app and I encountered a problem.
I created a button that sends an update to a True/False value from a collection I created.
When this value changes to false, the button should change in the state #2 but it does not, because the update is not changing the value in the database.
Weirdly enough, I have tested updating the basic User collection, and it changes the values like it should. The problem is with the collections I make by myself, could it be an issue with selecting the “Current” collection ?
I will show you an example for better understanding.