Initializing
You can initialize Supabase with the SupabaseClient
by passing your Project URL
and Project Key
. You can find these under your Project Settings
→ API Settings
The Supabase client is your entrypoint to the rest of the Supabase functionality and is the easiest way to interact with everything we offer within the Supabase ecosystem.
let client = SupabaseClient(supabaseURL: "https://xyzcompany.supabase.co'", supabaseKey: "public-anon-key")