Config

The config for the Functions plugin

Parameters

customUrl

A custom url to use for the requests. If not provided, the default url will be used

jwtToken

A jwt token to use for the requests. If not provided, the token from the Auth plugin, or the supabaseKey will be used

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard

The default region to use when invoking a function

Link copied to clipboard
Link copied to clipboard
open override var serializer: SupabaseSerializer?

A serializer used for serializing/deserializing objects e.g. in Functions.invoke or EdgeFunction.invoke. Defaults to KotlinXSerializer