import { type supabase } from "https://deno.land/x/live@1.53.6/deps.ts";
const { Subscription } = supabase;
Properties
callback: (event: AuthChangeEvent, session: Session | null) => void
The function to call every time there is an event. eg: (eventName) => {}