How send integer data (from textbox) not string data to firebase server and end up in ESP32?
because in my ESP32, there’s not a integer data just only string data.
You can use this guide to learn how to upload blocks to the community. This way they are visible immediately instead of that you have to click on links.
Oh sorry i mean receive not detecting.
on my esp32 which is connected to firebase, it does not receive int data, if the program on my esp32 changes by receive string data it will automatically be detected on my esp32.
yup, its correct, and just receive a int data, if in firebase not had a int data, there no data in my serial monitor. but if i change to only receive string data, the data will be in my serial monitor.
yup you right, and remove some text from firebase and you can convert it into integer.
the data from firebase have *data*, so just remove * using string.remove and convert it with toInt.