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:
  • import { session } from '$app/stores'
  • __layout.svelte.ts
  • hooks.ts instead of hooks.server.ts
  • import type { GetSession } from '@sveltejs/kit'
Was this page helpful?