I have created a form which has a text filed, when i enter number in the text filed it adds that value in firebase as number and not string. but I want string value. How to change that. I have tried to make changes to data table in Jet admin by making that filed text from number but it still saves the said data in firebase as number and not string
Yes, both resource table as well as text field’s data type is text only but still I’m getting this error
But how do you know that the value is added as number and not text? if the text field pass the value as 123 for example. it doesnt mean it is number. please try to send a value such as 123ee45 for example. and see if it gets saved in firebase or not.
if not. try to recreate scheme in the resource on jetadmin side. it might help.
waiting your feedback