Favourite Item: flutter and supabase
I have a tables in my supabase database called properties, profile and saved. The schema for the tables looks like this: properties id int8 (pk), created_at timestamptz, description text, price text, address text, profiles id uuid (pk), updated_at timestamptz, username…