import { supabase } from "https://deno.land/x/live@1.53.6/deps.ts";
const { GoTrueAdminApi } = supabase;
Updates the user data.
Parameters
The data you want to update.
This function should only be called on a server. Never expose your service_role
key in the browser.
attributes: AdminUserAttributes
Returns
Promise<UserResponse>