Hi, i'm trying out supabase with angular, but i go...
# help
d
Hi, i'm trying out supabase with angular, but i got stuck with errorless issue that fetAll data for a specific table does not return anything
n
Hello @devthines! 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.
d
i have followed the todo example anyway
anyone has solution?
g
What is fetAll? Can you show your call and result? If an empty array then probably RLS or filter issue.
n
devthines (2022-06-04)
d
I found it,, i missed security policy
when i set to authenticated
then only data returned
if i want to show for everyone?