How to INSERT a record and get the new row back in the return data with supabase-js?
Hi. Like the title says I am trying to insert a record and get that record back in the data property of the response so that I can read the newly created id. But it is returning undefined.
I'm using @supabase/supabase-js: v2.0.0-rc.6 with the service role key.
sorry if this is basic, I tried the docs already with no luck.
I'm using @supabase/supabase-js: v2.0.0-rc.6 with the service role key.
sorry if this is basic, I tried the docs already with no luck.
