Hi community,
I'm using Supabase Streaming Queries with the V2 integration in FlutterFlow. Everything is working as expected, and the data updates dynamically when changes occur in the database.
However, I need to know if it's possible to trigger a callback or action whenever the data is refreshed or updated by the streaming query. My use case involves evaluating the updated data to make decisions, such as navigating to another page when a process is completed.
Is there a built-in mechanism in FlutterFlow to achieve this, or would I need to implement a custom solution? Any guidance would be appreciated.
Thanks in advance!