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

Chat history? #12

Open amervelic opened 5 years ago

amervelic commented 5 years ago

How to implement chat history like whatsapp?

mubasshir commented 5 years ago

Use Firebase to store chat. Once app loads, use pagination to load recent chats.

AhmedNourJamalElDin commented 4 years ago

.