3

How can I link a file in my storage bucket into a table?

Let's say I have an item like this

Name: user, CreatedAt: date, pfp: storageFile

I want the file to be linked to the pfp field.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131

1 Answers1

1

You would store the image URL in your database table. You can follow on of the user management tutorials here: https://supabase.com/docs/guides/getting-started/tutorials/with-react#bonus-profile-photos

thorwebdev
  • 818
  • 4
  • 9