This is an example repo for client-side authenticating using SvelteKit and Firebase Auth while managing user state using runes.
-
Replace
firebaseConfig
insrc/lib/firebase.ts
with your own Firebase project's configuration object. -
Install dependecies and run locally.
npm install && npm run dev -- --open