I need a query to select "profile.id" where "profile.user_id" equals logged user id. I tried all the ways possible as queries and everything, but i need to store that "profile.id" into an app state variable. I dont know if I should make a custom function, but I dont know how to do it.
How to custom supabase query?
Database & APIs
Ive tried using backend query, but cannot update the appstate value with that value as on the actions the query row doesnt appear
Yes
1
5 replies