How to append listview supabase rows

Custom Code

I'm trying to build a chatroom with Supabase realtime

onpostgreschanges insert I want to append the listview,

Right now I am refreshing database request when changes hit, but instead of that I wish if appending list works for better performance.

Same would be better if onupdate row, update based on id only instead of refreshing whole list

What have you tried so far?

RIghtnow working using custom action realtime

(payload, [ref]) => callbackAction()

callbackaction is refreshing database

Did you check FlutterFlow's Documentation for this topic?
Yes
4
4 replies