I am trying to self-host supabase (using docker) and run an app in unity that communicate with supabase. For now I run the db within the docker container but later will have an external Postgres DB. I found this: https://github.com/kamyker/supabase-unity which helped a lot to import the sdk in unity but I am a bit lost with the next steps.
Basically I wish to: 1 - have user auth in unity (eg, email + pwd) 2 - be able to read/write tables from unity 3 - (optional/bonus) be able to host Adressables Assets with supabase to deliver files on the go.
Can anyone help me building a client script for unity using the csharp sdk? Can anyone help me building the basic tables needed for the above functionalities?
I am willing to help release an example scene to help others do the same, just need a little push.
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.