Fetching Supabase data with Dart (Flutter)
I’m using Supabase for data storage in my store application, which I’m developing with Dart (Flutter). In my database, I have two tables named product and product_image, where the product_image table has a many-to-one relationship with the product table. I want to retrieve the product information in the code, and this product requires images, which might include multiple images. My problem is that I don’t know how to fetch these products. I’m a junior developer and a bit confused, so please guide me.