Search code examples
firebasefirebase-realtime-databasefirebase-console

Duplicate Firebase Data Tree


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. database tree


Solution

  • 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.