flyerhq / flutter_firebase_chat_core

Actively maintained, community-driven Firebase BaaS for chat applications with an optional chat UI.
https://flyer.chat
Apache License 2.0
264 stars 210 forks source link

Pagination for Rooms, and Users stream. #76

Closed adar2378 closed 2 years ago

adar2378 commented 2 years ago

Is your feature request related to a problem?

It would be great to have pagination for Rooms, and Users Stream.

What solution would you suggest?

https://firebase.flutter.dev/docs/ui/firestore This can be a good start to solve this problem

demchenkoalex commented 2 years ago

All paginations are stale, and I don't plan to do them, unless someone from the community does. All the progress can be tracked in #11. It does not mention rooms or users, but it is basically the same as messages, when one of them does have pagination, others are trivial.