sync function listenToUserProfileChanges(userId: string) { const { data } = await supaClient .from("user_profiles") .select("*") .filter("user_id", "eq", ...
確定! 回上一頁