The value of slider position is stored in firebase as "lim:". This "lim" value can also be changed by the microcontroller. When the microcontroller changes this value, I tried to place the slider's position at that value. When I do this with the microcontroller, the position of the slider goes to the set value. No problem so far. Now when I change the sliders position in the app, it goes crazy like this in video. I sent the value to firebase from the microcontroller as both an int and a string, and the result is the same.
More detail
OK, let me tell you more.
1- I changed the slider position. The microcontroller read the changed value of the Slider from the firebase. no problem...
2- I changed this value from the value it left with the rotary encoder from the microcontroller. According to this new value, the position of the Slider has also changed. no problem.
3. Now I changed the Slider again. and he went crazy