Hi everyone,
I'm building my first FlutterFlow app using Supabase and I'm stuck on what seems like a simple query.
The problem:
A backend query on my page returns no data in Test Mode. The page loads (I can see the navigation bar), but the Text widget that's bound to the query never displays anything.
My setup
FlutterFlow + Supabase
Table:
daily_practisesQuery Type: Single Row
Filter:
id == 1Text widget bound to:
Set from Variabledaily_practises Rowtitle