ImageLoaderIntegration
interface ImageLoaderIntegration : SupabasePlugin<ImageLoaderIntegration.Config> , Fetcher.Factory, Keyer(source)
A plugin that implements Fetcher.Factory and Keyer for ImageLoader to support using StorageItem as data when creating a ImageRequest. Use ComponentRegistryBuilder.add to add this component to your ImageLoader instance:
add(keyer = supabaseClient.imageLoader)
add(fetcherFactory = supabaseClient.imageLoader)
Content copied to clipboard