{"id":24918199,"url":"https://github.com/dev-siri/sveltechat","last_synced_at":"2026-04-19T05:34:58.209Z","repository":{"id":167545575,"uuid":"643174365","full_name":"Dev-Siri/SvelteChat","owner":"Dev-Siri","description":"SvelteChat is a full stack chat application made with SvelteKit \u0026 Firebase.","archived":false,"fork":false,"pushed_at":"2025-04-19T15:48:41.000Z","size":79,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-14T14:46:21.150Z","etag":null,"topics":["firebase","firebase-auth","firebase-storage","firebase-svelte","firestore","svelte","sveltekit"],"latest_commit_sha":null,"homepage":"https://svelte-chat-siri.vercel.app","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dev-Siri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-05-20T10:29:55.000Z","updated_at":"2025-04-19T15:48:45.000Z","dependencies_parsed_at":"2025-09-14T14:35:50.199Z","dependency_job_id":"0bd0fd13-f164-4c12-8dd6-7bf9f2712c91","html_url":"https://github.com/Dev-Siri/SvelteChat","commit_stats":null,"previous_names":["dev-siri/sveltechat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dev-Siri/SvelteChat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev-Siri%2FSvelteChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev-Siri%2FSvelteChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev-Siri%2FSvelteChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev-Siri%2FSvelteChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dev-Siri","download_url":"https://codeload.github.com/Dev-Siri/SvelteChat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev-Siri%2FSvelteChat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31996445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["firebase","firebase-auth","firebase-storage","firebase-svelte","firestore","svelte","sveltekit"],"created_at":"2025-02-02T09:19:02.108Z","updated_at":"2026-04-19T05:34:58.174Z","avatar_url":"https://github.com/Dev-Siri.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SvelteChat\n\nA fullstack Chat Application made with Firebase (for Authentication, Storage \u0026 Firestore) \u0026 SvelteKit!\n\nI made this to try out SvelteKit.\n\n## Technologies\n\n- Svelte (With SvelteKit)\n- Firebase\n  - Firestore\n  - Authentication\n  - File Storage\n\n## Getting Started\n\n- Clone the repository\n\n```sh\n$ git clone https://github.com/Dev-Siri/SvelteChat.git\n```\n\n- Install dependencies\n\n```sh\n$ pnpm i\n```\n\n- Replace My Firebase credentials with your project's ones\n\n**_src/utils/firebase.ts_**\n\n```diff\nimport { initializeApp, type FirebaseOptions } from \"firebase/app\";\nimport { getAuth } from \"firebase/auth\";\nimport { getFirestore } from \"firebase/firestore\";\nimport { getStorage } from \"firebase/storage\";\n\nconst firebaseConfig: FirebaseOptions = {\n-  apiKey: \"AIzaSyCG5ki4aFqZOXwCPGef5imnHs83bufe15o\",\n-  authDomain: \"svelte-chat-96ddb.firebaseapp.com\",\n-  projectId: \"svelte-chat-96ddb\",\n-  storageBucket: \"svelte-chat-96ddb.appspot.com\",\n-  messagingSenderId: \"990985000156\",\n-  appId: \"1:990985000156:web:207119297772b991a61019\"\n+  apiKey: \"your apiKey\",\n+  authDomain: \"your authDomain\",\n+  projectId: \"your projectId\",\n+  storageBucket: \"your storageBucket URL\",\n+  messagingSenderId: \"your messagingSenderId\",\n+  appId: \"your appID\"\n};\n\nconst app = initializeApp(firebaseConfig);\n\nexport const auth = getAuth(app);\nexport const firestore = getFirestore(app);\nexport const storage = getStorage(app);\n\n```\n\n- Run development server\n\n```sh\n$ pnpm dev\n```\n\n## Deployment\n\nThis project is deployed on Vercel.\n\n[![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/Dev-Siri/SvelteChat)\n\n## License\n\nThis project is MIT Licensed, see [LICENSE.md](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-siri%2Fsveltechat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev-siri%2Fsveltechat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-siri%2Fsveltechat/lists"}