Seemingly basic question: Is there a way to make p...
# help
m
Seemingly basic question: Is there a way to make part of the database "public" such that people can access it without being auth'd / signed in? I tried creating a policy that is always true for
SELECT
but that didn't seem to do anything.
n
Hello @Mr Baggins! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
g
Yes, true should work with the default anon key to setup client.
m
I'll keep playing then. I'll try a project without typescript (using sveltekit) and see if it's type forcing that's stuffing me up.
The await just seems to do nothing (admittedly new to webdev, but long time software programmer