Get ID of inserted document
When inserting a document, supabase-js returns undefined for the data field in the result. Is there any way to make it return the newly created row instead (or at least the primary keys)? I can't really query it since I have no unique parameter to go after without generating the ID before the request and having to implement extra logic in case I generate an ID for the primary key thats already taken