I was hoping to set up a trigger to delete storage objects when related records are deleted. There is some discussion here of the topic:
https://github.com/supabase/supabase/discussions/3124
My question is: is it possible for a postgres function in Supabase to have access to environment variables, so I don't need to hardcode my API service key into a database function?