Here is the output i want:
But when using the app to send data to firebase it show with the quotation mark like this:
Here is the output i want:
But when using the app to send data to firebase it show with the quotation mark like this:
This is how firebase works, data retrieved without "
. Otherwise need to use the REST api and the web component to set data on Firebase see example
But also have the problem, when i type HELLO in the textbox1 and click submit button, it wont change in the firebase realtime database
HELLO
is a string. For correctly formatted json, you need to surround a string in double quotes:
Web1.PutText text {"Name":"HELLO"}
You cannot display a string in Firebase without surrounding quotes.
Because without the quotes, arduino can read easily.
Do you have any suggestion to guide?
See here:
Juan seems to be able to send strings with quotes to arduino from Firebase…
Yeah, i just saw, it using index of for searching string