Search
⌃K

Retrieving Data

This page describes how to retrieve data from your Supabase.

Prerequisites

Before getting started with this section, ensure you have:
  • Completed Supabase setup required for authentication. (Skip if you have already enabled the integration of Supabase in Teta)

Creating a List

1. Insert Supabase future builder

  • Inside the Tree Area, insert a Supabase Future Builder from the Widget Panel.
  • Find From and specify the name of the table from which the data must be taken.
  • Find Select and indicate the column you’re interested in.
  • Specify From Range and To Range the number of rows to import.
WARNING: in databases, we use number 0 to indicate the first row.

2. Insert List view builder

  • Choose list direction.
  • Find From and select the widget from which to take the data.
If the list is horizontal, we will have to add a container to be able to set its height.

3. Add Text

  • Select Text of the Tree Area.
  • Change the text’s value from text to dataset.
  • Find From and select the widget from which to take the data.
  • Select the widget from which to take the data, Supabase future builder.
  • Find the dropdown below and select the column you’re interested in.