Not able to arrange blocks

after new update lot of functionality are not working properly. I’m not able to arrange my blocks vertically/horizontally/categorically. my app has around 1000+ blocks.
Also what is the difference between Store/Push/Update in new firebase block methods?

We haven’t changed anything related to the blocks.

Store replaces the entire data in the given path, Update just replaces a particular value.
Push is for array you might be using in RealtimeDB