On the Firebase website is there anyway to duplicate a data structure tree? I'm going to need to reuse the 'format' of the tree multiple times so being able to duplicate quickly would be a lot easier than having to recreate each child over and over again.
As mentioned in the comments, building a small app to do this would solve the problem. I did find another way to to this, I exported the whole tree as JSON then edited it and re-uploaded it.