Moving data using firebase's db -


i have pretty basic data structure looks like:

festive-tiger +city      +brisbane              +lat 100              +long 100 

what have top element "country" , list of countries , put city underneath each country. added "country" below festive-tiger , under country "australia", "new zealand", etc.

festive-tiger +city +country        +australia       +new zealand 

but i'm guessing can't drag city beneath "australia".

thanks

it not possible move node, neither in firebase console nor through of sdks or apis.

but can make copy of node , delete original. in ui, can export node clicking three-dotted button @ top of data. import file in new location.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -