Skip to content

yazeed-eldigair/sveltekit-firebase-auth

Repository files navigation

Client-side authentication using SvelteKit and Firebase

This is an example repo for client-side authenticating using SvelteKit and Firebase Auth while managing user state using runes.

Getting started

  1. Replace firebaseConfig in src/lib/firebase.ts with your own Firebase project's configuration object.

  2. Install dependecies and run locally.

npm install && npm run dev -- --open