i want to send data as numbers but it sends like this

A textbox text is treated as a string. Multiply the textbox text value by 1 to make it a number.

2 Likes

thank you very much.but it didn't solve the problem completely

Are you storing the data into fb from app or directly??

1 Like

The same topic so i moved it to your original post.

The other method I am aware of is to use the web component instead of the firebase component. See here:

Your requirement for numbers appearing as numbers in firebase will depend on your use of the firebase database (e.g. calling the data to another non AppInventor application). The firebase component will return your data as numbers.

1 Like

firebase :smiley: