Package-level declarations

Types

Link copied to clipboard
interface CoilIntegration : SupabasePlugin<CoilIntegration.Config> , Fetcher.Factory<StorageItem>

A plugin that implements Fetcher.Factory to support using StorageItem as data when creating an ImageRequest or using it as a model in Jetpack Compose.

Properties

Link copied to clipboard
val SupabaseClient.coil: CoilIntegration

With the CoilIntegration plugin installed, you can use this property to access the coil fetcher factory.