Python: Initializing | Supabase Docs (original) (raw)
You can initialize a new Supabase client using the create_client()
method.
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.
supabase_url
(Required)
The unique Supabase URL which is supplied when you create a new project in your project dashboard.
supabase_key
(Required)
The unique Supabase Key which is supplied when you create a new project in your project dashboard.
options
(Optional)
Options to change the Auth behaviors.