Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 521 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 521 Bytes

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