How can i remove "\" and \"" in firebase?

When i store the value that written in textbox by firebase store block, it stored the form of “” content “”.
1610543586830

How can i remove that when store the value??

just replace / with space

And Read …

2 Likes

When u store value it defaultly adds a \ and when u get value it won’t be there don’t remove it manually at some cases it’s huge help if u have any enter these \ represent enter no need to remove it

2 Likes

Any value you save in Firebase will be in a form " \ " text \ " ". Don’t worry about that, it is a value saving format from firebase. When you fetch (get) data - it will get without those. That’s standard format and no need to worry about that.

If you have written this in any specific sense, if you would explain then we might be able to help in details.

2 Likes