-
# Bug report
## Describe the bug
RealtimeChannel's response isn't parsed correctly.
Both `RealtimeChannel.Model()` and `PostgresChangesEventArgs.Response.Payload.Data.Record.Record` are defaults…
-
# Uploading to file storage when using service role api keys not working as expected
Tried uploading a file using the upload method from the examples and I wasn't getting any exceptions and even go…
-
# Bug report
## Describe the bug
Exception is thrown when using invoking RPC call.
## To Reproduce
1. Create procedure via supabase SQL Editor
```
CREATE OR REPLACE FUNCTION test(
inpu…
-
Hello everyone!
I would firstly like to thank you for the work you have done to create this package.
As the title might suggest, I am here to ask something of you... Would it be possible to have…
-
_Hey Baptiste, thank you very much for providing Typebot. I ran into a problem described in the following. More than happy if it turns out this is wrong and I set up something incorrectly._
### Des…
-
Hi, I'm trying to use this library in my Unity project and when I instantiate it, I get a NullReferenceException because of the GetAssemblyVersion() helper function:
`.Submodules\supabase-csharp\Su…
-
Hi,
I want to get a count of all the rows in my table with this query:
```
return await Supabase.Client.Instance.From()
.Select("id")
.Count(Postgrest.Constants.CountType.Exact);
`…
-
Hi,
I want to get a count of all the rows in my table with this query:
```
return await Supabase.Client.Instance.From()
.Select("id")
.Count(Postgrest.Constants.CountType.Exact);
`…
-
Hi,
Thanks for the great library, I'm enjoying using it.
I'm struggling with something that seems like it should have an obvious answer.
When I define a model describing a one-to-many relations…
-
Am using supabase-csharp 0.4.4 and am getting errors trying to load a file in a blazor wasm project but blazor wasm doesn't support WebClient so this needs to use HttpClient instead:
```c#
private…