-
# Bug report
Hello folks. I encountered a problem and after some investigation I think there might be a slight problem with how realtime messages are serialized when being sent to sockets.
## De…
-
when called
Session session = await supabase.Auth.SignInWithIdToken(Constants.Provider.Google, task.Result.IdToken);
the resultant session does not contain vales for Google provider, that is, th…
-
# Feature request
Quality of Life feature to allow "ModeledResponse" response to calling a Postgres Function/Stored Procedure.
- Currently the response is of type "BaseResponse" and we have to manu…
-
```csharp
public async void EnableListener(string UserId)
{
try
{
var channel = supabase.Realtime.Channel("realtime", "public", "Users", "userID", UserId);
…
-
# Bug report
## Describe the bug
Since today (may have started as long as two weeks ago), noticed I get a `JsonReaderException` in `RealtimeChannel.HandleSocketMessage`
![image](https://githu…
nref updated
10 months ago
-
# Bug report
## Describe the bug
Added nuget package to app, does not build.
## To Reproduce
1. Create new .NET Framework project
2. Install supabase-csharp package
3. Build
## Expect…
-
I am testing supabase but the project wont run in a .net 8 webapi project.
ERROR: Could not load type 'Supabase.Client' from assembly 'Supabase, Version=1.0.0.0, Culture=neutral, PublicKeyToken=…
wgrs updated
10 months ago
-
### Environment
* PostgreSQL version: 14
* PostgREST version: 12.0.2
* Operating system: Linux (WSL)
### Description of issue
Re: https://github.com/supabase-community/supabase-csharp/iss…
-
# Bug report
## Describe the bug
Using more than one `.Order()` method in a query doesn't seem to work. Only the first `.Order()` method is honored.
## To Reproduce
Given a model with the fol…
-
# Bug report
## Describe the bug
Trying to insert new rows into a table with a Reference (many-to-one) relationship throws a `PostgresException`.
PostgrestException: {"code":"PGRST204","detai…