This is my project to speed up the process of creating an authenticated web app.
To use it, set your credentials in firebase.js file. And that´s it!
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.
To create all static the files just run...
npm run build
All the files to deploy the web app are in public/
folder.