FirebaseExtended / firechat

Real-time Chat powered by Firebase
https://firechat.firebaseapp.com
MIT License
2.42k stars 1.04k forks source link

How to load previous messages ? #79

Open xerosanyam opened 7 years ago

xerosanyam commented 7 years ago

What is the best way to load previous messages on scrolling to top ? currently I am using limitToLast(10) then limitToLast(20) ....limitToLast(100)...

On side note, if someone could tell how to load on scroll up I would be thankful :)

xerosanyam commented 7 years ago

@jwngr @robertdimarco @drtriumph Can anybody help me here ?

NoeFabellon commented 5 years ago

any update on this?

NoeFabellon commented 5 years ago

@xerosanyam what did you do to solve this problem?