FlutterFlow / flutterflow-issues

A community issue tracker for FlutterFlow.
129 stars 26 forks source link

Supabase Streaming for ListView stops streaming with a single filter #4903

Open the-digital-pro opened 2 hours ago

the-digital-pro commented 2 hours ago

Can we access your project?

Current Behavior

Simple ListView which has a non-single query. Without a filter streaming works perfectly. As soon as I add a filter. i.e booked=true realtime updates do not update.

Expected Behavior

I would expect to see the ListView updated with any changes within the realtime Supabase database.

Steps to Reproduce

  1. Setup Supabase project and table with sample data
  2. Enable realtime on your table
  3. Setup FlutterFlow for Supabase v2
  4. Add a ListView
  5. Add a query and filter on 1 table column
  6. Delete row in the database

Reproducible from Blank

Bug Report Code (Required)

IT9XiuflxIt1pbxK0KX6cfpviiovIjt9RLxMm9V+ZwsdCLbqBI13P/TBTFFWWbS/T2w7IWGN+WcepqyOvdrIMeY5HxeWfLZm+c9ASQCVJWOWbJSJErWJPmJ/J+hhflS/yre3pgpCWepucVIi7XGQAunKFyvaMLnhIkczAMqaOdjU+VKYLSTrMTpZwW07HxPXBtgcZhOxxJPK6asBlI/S/ol8qBVXzoPSwtX1TBKTWVk=

Visual documentation

No visual needed

Environment

- FlutterFlow version: 5.0.12
- Platform: Mac M3 Pro
- Browser name and version: Google Crome but using Local Run ios Simulator
- Operating system and version affected: Sequioa 15.0.1

Additional Information

No response

the-digital-pro commented 2 hours ago

Just want to add that I am seeing no errors. It simply just does not update.

jakals37 commented 2 hours ago

I have same issue.