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
Needle
06/09/2022, 9:34 AM
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
garyaustin
06/09/2022, 12:39 PM
Yes, true should work with the default anon key to setup client.
m
Mr Baggins
06/09/2022, 11:41 PM
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.
Mr Baggins
06/09/2022, 11:42 PM
The await just seems to do nothing (admittedly new to webdev, but long time software programmer