SupabasePlugin

A plugin is a feature that can be installed into the supabase client

Inheritors

Properties

Link copied to clipboard
abstract val config: Config

The config for this plugin

Link copied to clipboard

The corresponding SupabaseClient

Functions

Link copied to clipboard
open suspend fun close()

Free all resources used by this plugin

Link copied to clipboard
open fun init()

Initialize the plugin. Use this function, if you want to execute code after the plugin has been created but also have to access other plugins.