Yura Husak

Results 2 comments of Yura Husak

Hi @anonnoisy, @anthony-coplo, @JBuckGuy, @sameeranihathe Look at this https://github.com/wesdoyle/base-chat/issues/10#issuecomment-459274318

Hi @MadaZZ, My dependencies are: "firebase": "5.8.1", "angularfire2": "5.1.1"; I changed: return this.db.list('messages', { query: { limitToLast: 25, orderByKey: true } }); to: return this.db.list('messages', ref => ref.orderByKey().limitToLast(25));