Aleksander Krawczyk
Aleksander Krawczyk
# Feature request ## Is your feature request related to a problem? Please describe. When will we get edge-functions, storage and better panel security in self-hosted sup abase? I would...
# Feature request ## Is your feature request related to a problem? Please describe. When will we get edge-functions, storage and better panel security in self-hosted sup abase? I would...
### 👟 Reproduction steps ```ts async function listUsers() { try { return await users.list([Query.select(["$id", "name", "email", "prefs"])]); } catch (e) { error_handler.setError((e as Error).message); } } ``` ### 👍 Expected...