flutter_firebase_chat_core icon indicating copy to clipboard operation
flutter_firebase_chat_core copied to clipboard

Limit first initial messages then append new messages

Open naonvl opened this issue 2 years ago • 0 comments
trafficstars

Actually i'm building Supabase version now, i've made a firebase angular app before and i did pagination. But i still can't get used to use Flyer chat yet. So do u mind share any thought about using .limit() then append new messages on messages stream? Currently it's querying all of the messages, which sometimes takes a lot of times. Thanks

naonvl avatar May 02 '23 10:05 naonvl