Why is supabase not returning any data when I still have rows of data in my table on react native?
I am using expo router react native and I am implementing supabase as a database option in my app. I have a console.log of the data from the select function but everytime I run it I get []
logged and nothing else. My select function can’t read the data in my tables on supabase (my tables do have rows of data in it) How do I fix this issue? Here is the code