java - How to add data after existing childs in firebase,using push() -


in firebase adding data using push(). whenever try add it, added @ top , not after existing pushed children.

how can add new push data after existing pushed data in realtime database? here query android studio this image of firebase consle


Comments