Upload values to firebase without weird characters

Hi friends, I have a problem with firebase. When I upload data it always automatically adds the characters of “\ and I want it not to be added. How can I upload data without adding these characters? I mean just the text without the” \ or anything strange.

imagen

imagen

This is how Firebase works. When data received you won’t get "\".....\""

1 Like
2 Likes

Kodular’s firebase db component adds \. You can use Firebase REST API using web component to store your data.

You can follow the guide mentioned by @TimAi2

https://firebase.google.com/docs/reference/rest/database

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.