-
Good evening,
I'm using Visual Studio 2022 to build a .NET 6 Blazor Web Assembly app. I've used the supabase-csharp nuget package to connect to login and fetch from the database. However, it doesn'…
-
# Feature request
Provide the ability to set redirect when calling `Client.Instance.Auth.SendMagicLink` or `Client.Instance.Auth.SignIn`
Other Supabase client libs include this and it would help f…
-
# Feature request
Create Mutiple acces to supebase
## Is your feature request related to a problem? Please describe.
At the moment supebase csharp is a singelton class, so when you working on a…
-
Hello!
Trying to run the tests in the repo.
`dotnet test` returns the error below for most tests.
It looks like the tests try to hit `http://localhost:9999`. Is there something that should be…
-
# Bug report
## Describe the bug
When POSTing to the `/token?grant_type=refresh_token` endpoint it now returns `null` instead of a session.
## To Reproduce
Using the following `docker-comp…
-
Realtime RLS will be broadcasting database changes with `errors` so that clients can capture what went wrong when listening to database changes.
Please see here for the current error states: https:…
-
There is a use case in the documentation that indicates either object is returned based on email confirmation requirement but the current signup() only returns the Session object.
Ref: [https://su…
-
Just wanted to point out that there's a recent `realtime-js` fix that will update the `user_token` used for channel (subscription) reconnection: https://github.com/supabase/realtime-js/pull/126.
-
Error message:
`System.MissingMethodException: 'Method not found: 'Void Postgrest.Attributes.ColumnAttribute..ctor(System.String)'.'`
Table class:
```
[Table("users")]
public class User : Supab…
-
Hi, it was not clear to me that the User model property named `UserMetadata` is mapped to `data` for Supabase usage. One example that created my confusion is when I would call GetUserById() method whe…