Firebase: .priority value

前端 未结 5 1200
半阙折子戏
半阙折子戏 2021-02-20 05:44
  • How do I check the .priority values are in my \"Forge\"?
  • According to docs, smaller .priority value comes before larger .priority value. If I use seconds since ep
5条回答
  •  别跟我提以往
    2021-02-20 06:05

    use

    snapshot.getPriority();
    

    more at https://www.firebase.com/docs/javascript/firebase/setwithpriority.html

提交回复
热议问题