How to solve this issue on Firebase admin panel?

陌路散爱 提交于 2019-12-02 11:22:01
Alex Mamo

You cannot order those children in the Firebase console. There is no way for achieving this. What can you do instead, is to display those children according to your needs. So for that I recommend you using orderByChild() method. There are also 2 more methods, orderByKey() and orderByValue().

actully you don't order firebase admin panel in your desired way its permanently order in alphabtic by firebase team.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!