Hello everyone, I am trying to send a string value to Firebase. It works, but the issue is that the stored string has double quotes.
is it possible to send the string without quotes?
I would like it to be like this
Hello everyone, I am trying to send a string value to Firebase. It works, but the issue is that the stored string has double quotes.
The firebase component write (and read) with that format. You can use web component like alternative.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.