I import a large amount of JSON files to my FireBase DB console with this feature: https://github.com/firebase/firebase-import
It works well when I upload arrays with lots of objects, but if i want to upload a new array object to existing table, it overrides the existing object instead of adding the new one.
I would be happy to find a right way to "Update" the new objects to the existing table with firebase-import or any other tool.