What's the best way tu opload a file directly to Supabase storage?

wwLib.wwPlugins.supabaseAuth.publicInstance should have your supabase instance, so you can try await wwLib.wwPlugins.supabaseAuth.publicInstance.storage.from(...) (see here)