adventures-in / chat_app

A group effort to build a chat app and learn as we go.
18 stars 0 forks source link

Add pagination to retrieving conversation items and messages #203

Open nickmeinhold opened 4 years ago

nickmeinhold commented 4 years ago

We currently retrieve the full list of messages and conversation items. We should retrieve only a part of the list and retrieve the next part when/if the user scrolls.

The following resource may be helpful: https://firebase.google.com/docs/firestore/query-data/query-cursors