Supabase SvelteKit Helper
I'm relatively new to both Supabase and Svelte Kit. I see there is an Auth Helper for Suapbase with SvelteKit (https://supabase.com/docs/guides/auth/auth-helpers/sveltekit). Maybe I'm just missing something but is this documentation out of date?
There are naming conventions and stores in the example that I don't see anywhere else and aren't available such as:
There are naming conventions and stores in the example that I don't see anywhere else and aren't available such as:
import { session } from '$app/stores'__layout.svelte.tshooks.tsinstead ofhooks.server.tsimport type { GetSession } from '@sveltejs/kit'