.. | ||
lib | ||
.signature.p7s | ||
icon.png | ||
icon.png.meta | ||
lib.meta | ||
README.md | ||
README.md.meta | ||
supabase-csharp.0.16.2.nupkg | ||
supabase-csharp.0.16.2.nupkg.meta |
Documentation can be found below, on the Supabase Developer Documentation and additionally in the Generated API Docs.
CHANGELOG is available in the repository root.
Features
- Integration with Supabase.Realtime
- Realtime listeners for database changes
- Integration with Postgrest
- Access your database using a REST API generated from your schema & database functions
- Integration with Gotrue
- User authentication, including OAuth, email/password, and native sign-in
- Integration with Supabase Storage
- Store files in S3 with additional managed metadata
- Integration with Supabase Edge Functions
- Run serverless functions on the edge
- Nuget Release
Quickstart
- To get started, create a new project in the Supabase Admin Panel.
- Grab your Supabase URL and Supabase Public Key from the Admin Panel (Settings -> API Keys).
- Initialize the client!
Reminder: supabase-csharp
has some APIs that require the service_key
rather than the public_key
(for instance: the administration of users, bypassing database roles, etc.). If you are using the service_key
be sure it is not exposed client side. Additionally, if you need to use both a service account and a public/user account, please do so using a separate client instance for each.
Documentation
- Getting Started
- Unity
- Desktop/Mobile Clients (e.g. Xamarin, MAUI, etc.)
- Server-Side Applications
- Release Notes/Breaking Changes
- Using the Client
- Examples
Specific Features
Troubleshooting
Package made possible through the efforts of:
Join the ranks! See a problem? Help fix it!
Contributing
We are more than happy to have contributions! Please submit a PR.