Helo Sir When I Store Data On Firebase Database But I Am Getting Data With Extra Slashes Why ?
Demo : When I Am Store Demo But Getting
Like This /“Demo/”
Please Sir Give Me Solution I Need To Store Data Without Extra Slashes
Helo Sir When I Store Data On Firebase Database But I Am Getting Data With Extra Slashes Why ?
Demo : When I Am Store Demo But Getting
Like This /“Demo/”
Please Sir Give Me Solution I Need To Store Data Without Extra Slashes
dont use “/” in Project Bucket or Tag name as firebase database dont accept these inputs.
Replace all “/” with “-”
It might help you
Show the blocks you are using
@Devloper_Cc Show your blocks
It’s not a bug or problem. Firebase automatically converts your text to store in their database. But when you retrieve the data, it will return the original text. In your case, it will return Demo