rohan20 / flutter-chat-app

A chat app built on Flutter with firebase authentication and image sharing capability.
MIT License
1.13k stars 326 forks source link

Is there pagination of messages? #21

Open Simeon-5 opened 3 years ago

Simeon-5 commented 3 years ago

As the app grows, if you just use a direct database to chat page thing, then the more messages are texted, the more expensive it gets.