{"id":13674820,"url":"https://github.com/jorgegorka/svelte-firebase","last_synced_at":"2026-01-26T18:09:06.776Z","repository":{"id":37733926,"uuid":"192071097","full_name":"jorgegorka/svelte-firebase","owner":"jorgegorka","description":"A template to help you start developing SPAs with Svelte and Firebase.","archived":false,"fork":false,"pushed_at":"2023-10-02T19:41:22.000Z","size":2608,"stargazers_count":229,"open_issues_count":5,"forks_count":52,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-11-11T14:43:03.854Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jorgegorka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-06-15T11:31:22.000Z","updated_at":"2024-11-04T23:00:23.000Z","dependencies_parsed_at":"2024-01-06T01:06:32.399Z","dependency_job_id":"5f629bcd-0f6d-4a5f-9e50-f4d82261ddb9","html_url":"https://github.com/jorgegorka/svelte-firebase","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgegorka%2Fsvelte-firebase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgegorka%2Fsvelte-firebase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgegorka%2Fsvelte-firebase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgegorka%2Fsvelte-firebase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jorgegorka","download_url":"https://codeload.github.com/jorgegorka/svelte-firebase/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251330433,"owners_count":21572284,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest"],"created_at":"2024-08-02T11:01:03.065Z","updated_at":"2026-01-26T18:09:06.693Z","avatar_url":"https://github.com/jorgegorka.png","language":"Svelte","funding_links":[],"categories":["Svelte","templates"],"sub_categories":["editor tools"],"readme":"# Svelte - Firebase\n\nA free template that you can use to create new applications using Svelte and Firebase.\n\nYou can see a live demo here: [https://svelte-firebase-template.web.app/](https://svelte-firebase-template.web.app/)\n\n## Features\n\n- Powerfull routing system with nested layouts.\n- Public and Private sections\n- Form validation\n- Preconfigured pages for Home, Login, Signup and more...\n- Secure your database with Firebase rules\n- Fully resposive theme\n- And many more...\n\n## Usage\n\nGrab a copy of the template and install the dependencies:\n\n```bash\ngit clone https://github.com/jorgegorka/svelte-firebase my-app-name\ncd my-app-name \u0026\u0026 yarn install\n```\n\nAdd your Firebase configuration info to\n_src/config/settings.js_\n\nIf you don't have a Firebase project you can create one in the\n[Firebase website](https://firebase.google.com/)\n\nActivate cloud firestore, storage and hosting in the Firebase console\n\n```javascript\nconst config = {\n  apiKey: '',\n  authDomain: '',\n  databaseURL: '',\n  projectId: '',\n  storageBucket: '',\n  messagingSenderId: ''\n}\n```\n\n**Update .firebaserc with your project ID**\n\nInstall all the dependencies required by functions.\n\n```bash\ncd functions\nnpm i\n```\n\nNow we want to deploy all the rules, indexes and cloud functions to Firebase.\n\n\n```bash\nyarn deploy\n```\n\nThis first first deployment will setup Firebase so everything is ready for development.\n\n### Development\n\nLaunch the development server\n\n```bash\nyarn dev\n```\n\nVisit [http://localhost:5000](http://localhost:5000)\n\nTo add new pages edit the routes files at _src/lib/routes_\n\nThere are public and protected routes. Protected routes require the visitor to be authenticated before accesing them.\n\nThere are two complete CRUD examples: Teams and Employees.\n\n### Deployment\n\nRembember to activate cloud firestore, storage and hosting in the Firebase console before deploying for the first time.\n\n```bash\nyarn deploy\n```\n\nEnjoy\n\n## Contribute\n\nYour comments, suggestions and improvements are [very welcome](https://github.com/jorgegorka/svelte-firebase/issues).\n\n## Credits\n\nSvelte-Firebase has been created by [Jorge Alvarez](https://www.alvareznavarro.es).\n\n## License\n\n[Released under MIT license](http://www.opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorgegorka%2Fsvelte-firebase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjorgegorka%2Fsvelte-firebase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorgegorka%2Fsvelte-firebase/lists"}