-
This is a great library! Thanks!
I had one request:
Currently you have implemented
Task VerifyOTP(string email, string token, EmailOtpType type = EmailOtpType.MagicLink);
Can you also add:
…
-
# Bug report
## Describe the bug
I'm trying to use Supabase in a [Gamemaker](https://gamemaker.io) project. In order to do so, I'm creating a DLL in Visual Studio, which can then be used inside …
-
# Bug report
About Insert Method
## Describe the bug
Get a Exception when at use.
##Error
Unhandled exception. Postgrest.RequestException: null value in column "id" of relation "favorites" viol…
-
Is there a specific process to keep the Realtime Client connected? I seem to be having trouble doing so. I'm unsure if I am supposed to respond to the events to handle errors and reconnect manually …
-
Hi,
When `AutoConnectRealtime `is set to true, `GetAuthenticationStateAsync `doesn't return as ` await _client.InitializeAsync()` gets stuck but still authenticates.
However, when a page refresh…
-
I'm not sure if this is an issue with Supabase, the client library or just me misunderstanding something but there appears to be an erroneous Leave event that is generated when I leave and rejoin a ch…
-
I'm uploading a 250Mb file but it fails part way with an exception:
**The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.**
I can see nothing in the docume…
-
### Discussed in https://github.com/supabase/supabase/discussions/10598
Originally posted by **dimunyo** November 29, 2022
![image](https://user-images.githubusercontent.com/55717823/204438451…
-
# Bug report
## Describe the bug
I followed the instruction of the docs. When I try to use the Update method I get this error message:
```
{Postgrest.RequestException: no Route matched with th…
-
Running the following code:
Private Async Sub test()
Dim client = Await SupabaseManager.GetInstance.GetClient
Dim storageBucket = client.Storage.From("testbucket")
Dim result = Await stor…