svelte-firebase-auth

Svelte Firebase Auth

Svelte App with Firebase Authentication for all purposes

Svelte Firebase Auth App

This is my project to speed up the process of creating an authenticated web app.

TL;DR

To use it, set your credentials in firebase.js file. And that´s it!

Quick start

Install the dependencies...

cd svelte-firebase-auth
npm install

...then set up your firebase credentials in firebase.js file

...finally run your test environment:

npm run dev

Navigate to localhost:5000. You should see your app running. Edit any component file in src, save it, and reload the page to see your changes.

Deploying to the web

To create all static the files just run...

npm run build

All the files to deploy the web app are in public/ folder.

Top categories

Loading Svelte Themes