-
Having a lot of trouble (errors) trying to insert data into a many to many join table, which I think is because perhaps ive not defined correctly?
ERROR: "null value in column "movie_id" of relati…
-
Am having probs up-serting.
First here's the equivalent SQL that works fine:
```
INSERT INTO movie (name, release_date, created_at, overview, tmdb_movie_id) VALUES
('Born on the Fourth of July…
-
Postgrest converter works fine but realtime doesn't when using:
```
channel.OnUpdate += (sender, args) =>
{
var updated = args.Response.Model();
```
Fails in:
https://github.com/supabase-commu…
-
Hi, I think Supabase could be a great Firebase replacement especially in Unity as they use a lot of native code making their client supported only on Android and iOS.
Websockets used in supabase-cs…
-
https://github.com/supabase/storage-api/blob/master/README.md#development
POST `/bucket` create a new bucket
GET `/bucket` list all buckets
https://supabase.github.io/storage-api/#/
https://…
-
# Bug report
## Describe the bug
1- After user successfully logs in.
2- based on certain actions, Server C# updates userMetadata using UpdateUserById.
3- onAuthStateChange does not fire on the…
-
### Android application type
Android for .NET (net6.0-android, etc.)
### Affected platform version
.NET 6 / MAUI RC 1
### Description
From @RedChops here: https://github.com/dotnet/maui…
-
Similar to realtime or js client https://supabase.com/docs/reference/javascript/auth-setauth.
-
Hi,
I was attempting to use the stateless client to signin a user but I keep getting the message `"no Route matched with those values"`.
Below is my client options configuration where I added bot…
-
Hi,
Apologies if I am overlooking something, but after my session is deserialized, all the values are set correctly except CreatedAt. CreatedAt is always DateTime.Now (due to private set) which res…