Quickstart: Initialize the Supabase client
masterTo use Supabase in your C# project, follow these steps:
- Create a new project in the Supabase Admin Panel.
- Retrieve your Supabase URL and Supabase Public Key from the Admin Panel (Settings -> API Keys).
- Initialize the client using these credentials.
Security Warning: Some APIs (like user administration or bypassing database roles) require the service_key instead of the public_key. Never expose the service_key on the client side. If your application needs both a service account and a public/user account, use two separate client instances.