I'm doing an automation (ESP32) and the microcontroller board library understands false or true pure (without quotes) and is what writes and reads in firebase, the inventor App writes and reads "false" or "true" with quotes in firebase, how can I record without the quotation marks because the card does not read?
Firebase - data in the fields
You can use the Firebase REST API with the web component to store true/false without double quotes:
for example:
See guide here:
Friend was a lot of help, I already changed the structure and it was exactly what I needed, very grateful