How do you save integers in Firebase?

firebase
MIT
2022-10-17T03:00:00Z

I just need MIT APP Inventor to save in Firebase the integers 1 or 0 without quotes.
It cannot be like this: "1"
I need it to be like this, without the quotes: 1

What would be the modification in my simple code, so that the APP saves in Firebase the numbers 1 or 0 without the quotes?

Don't use the Firebase component, use the Web component and the Firebase REST api

Note: if you are only retrieving the data back to App Inventor, then the quotes are not a problem