Firebase - data in the fields

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?bloco

You can use the Firebase REST API with the web component to store true/false without double quotes:

for example:

image

See guide here:

https://ai2.metricrat.co.uk/guides/firebase-with-a-web-component/firebase-demo-no-security-with-web-component

Friend was a lot of help, I already changed the structure and it was exactly what I needed, very grateful

How about if using string? I mean send a Hello word to firebase, could it store data without double quotes?

Why not try it, and see what you get.

Closing, same question asked on Kodular