Hello,
I'm currently looking into supabase as an alternative to Firebase, and I really like it so far. An issue I am facing is that my company will have customers in Germany, especially educational instituations. Because of german data protection laws, self-hosted supabase is the only option we have.
I can see that self-hosted supabase has the basic feature set: authentication, database, storage, however it misses things like Functions, Triggers, logs.
Is there any specific reason why this is not available on the self-hosted platform yet? I know that functions are using Deno and a gateway, so I assume that one could just set that up manually, but I was wondering why there wasn't simply an option to configure a deno instance which then works together with the UI to have a similar experience?
Kind regards,
Tobias Grether