Skip to content

ricalamino/svelte-firebase-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Svelte App with Firebase Authentication for all purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published