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?