So users can select and upload an image to a supabase storage bucket and add data to a supabase table.
My table schema has a row for an image url.
How can I pass the uploaded supabase bucket image url to the same row into table with the other data to allow the listview to display all the data.
Currently listview shows the user data from table but the url is only in the storage bucket of supabase so image does not populate.