python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
svelte and supabase endpoints
For supabase and sveltekit. which is better for fetching the data.
using the stores or using endpoints?
im trying to understand why the endpoints are so important. besides lessing down on the boiler p...
Nicholas Singh
Votes: 0
Answers: 0
React dropdown not being populated with values from Supabase response
I am attempting to show a dropdown with a list of books in React using Semantic UI. The list of books is fetched from a Supabase table. The response seems to be coming through correctly however the va...

Irfaan
Votes: 0
Answers: 1
Row-level-security dual join
I have three tables
journeys
id
user_id
...
sections
id
journey_id
...
stops
id
section_id
...
I want to use row level security to make sure that a user c...

hoan
Votes: 0
Answers: 1
supabase query for one-to-one foreign key, return single value (not array)
How can I query a one-to-one relationship with foreign key in supabase?
My tables:
games (id, created_at, played_at)
results (game_id, key)
Data: games
("id": 1, "created_at": &q...

vikingsteve
Votes: 0
Answers: 1