Supabase query returns no data in Test Mode

Database & APIs

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_practises

  • Query Type: Single Row

  • Filter: id == 1

  • Text widget bound to:

    • Set from Variable

    • daily_practises Row

    • title

What have you tried so far?

What I've tried

  • Creating a completely new blank page.

  • Adding a Container with a backend query.

  • Querying daily_practises as a Single Row.

  • Filtering by id == 1.

  • Binding a single Text widget to title.

The result is still the same: the page loads but no text is displayed.

And ChatGPT isn't getting me anywhere with this one.

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