I am using Firebase-Unity beta tool for real time data in my app. I want to change node names in the tree without override its children. For example:
IFi
The Firebase Database has no way to rename an existing node.
Most developers accomplish a rename by inserting a copy of the node with the new name and then deleting the old node.