{"id":49898131,"url":"https://github.com/jvanst/vue-firebase-emulator","last_synced_at":"2026-05-16T01:36:41.374Z","repository":{"id":257033660,"uuid":"857145891","full_name":"jvanst/vue-firebase-emulator","owner":"jvanst","description":"Demo app with Vue.js and Firebase Emulator","archived":false,"fork":false,"pushed_at":"2024-09-16T19:08:15.000Z","size":88,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-01T15:59:35.689Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/jvanst.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-13T22:43:51.000Z","updated_at":"2024-09-15T19:26:39.000Z","dependencies_parsed_at":"2024-09-14T13:24:29.567Z","dependency_job_id":null,"html_url":"https://github.com/jvanst/vue-firebase-emulator","commit_stats":null,"previous_names":["jvanst/vue-firebase-emulator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jvanst/vue-firebase-emulator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvanst%2Fvue-firebase-emulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvanst%2Fvue-firebase-emulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvanst%2Fvue-firebase-emulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvanst%2Fvue-firebase-emulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jvanst","download_url":"https://codeload.github.com/jvanst/vue-firebase-emulator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvanst%2Fvue-firebase-emulator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33087028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-05-16T01:36:40.636Z","updated_at":"2026-05-16T01:36:41.369Z","avatar_url":"https://github.com/jvanst.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue.js + Firebase Emulator Suite\n\nThis is a simple Vue 3 project that uses Firebase Emulator Suite for local development.\n\n## Project setup\n\n### Pre-requisites\n\n- Node.js (v20 preferred)\n- Visual Studio Code (recommended)\n\n### Getting started\n\n**1. Clone the repository**\n\n**2. Install Firebase Emulator Suite**\n\nNote: You will need Java JDK 11 or heigher to run the Firebase Emulator Suite. https://firebase.google.com/docs/emulator-suite/install_and_configure\n\nIn the terminal, run the following command:\n\n```bash\nnpm install -g firebase-tools\n```\n\n**3. Start the Firebase Emulator Suite using the VSCode task**\n\n- Open the command palette (Ctrl + Shift + P)\n- Type `Tasks: Run Task`\n- Select `Start Firebase Emulator Suite`, press Enter\n- After the task is completed, you should see the following output:\n\n```\n┌─────────────────────────────────────────────────────────────┐\n│ ✔  All emulators ready! It is now safe to connect your app. │\n│ i  View Emulator UI at http://127.0.0.1:4000/               │\n└─────────────────────────────────────────────────────────────┘\n```\n\nNote: If you're using a different editor, you can start the Firebase Emulator Suite by running the following command in the terminal (from the `firebase-emulator` folder of the project):\n\n```bash\nfirebase emulators:start --project demo-app --import ./data --export-on-exit\n```\n\n**4. Install the dependencies for the Vue project**\n\n```\nnpm install\n```\n\nNow you can access the Firebase Emulator Suite UI at http://localhost:4000\n\n**5. Finally, Start the Vue project**\n\n```\nnpm run dev\n```\n\n## Important files\n\n- `firebase_emulators`: Firebase Emulator Suite configuration files\n\n  - `data`: Contains import/export data from the firestore emulator. Data is imported when the emulator starts, and exported when the emulator stops.\n  - `firebase.json`: Firebase Emulator Suite configuration file\n  - `firestore.rules`: Firestore security rules\n  - `firestore.indexes.json`: Firestore indexes\n\n- `src/firebase/index.ts`: Firebase configuration file. This connects to the Firebase Emulator Suite when running locally. Note: This file is imported in `main.ts` to initialize Firebase.\n\n## Other important reading\n\n- [Firebase Emulator Suite](https://firebase.google.com/docs/emulator-suite): Firebase Emulator Suite documentation\n- [Vue 3](https://v3.vuejs.org/): Vue 3 documentation\n- [Vue Router](https://next.router.vuejs.org/): Vue Router documentation\n- [Vuefire](https://vuefire.vuejs.org/): Vuefire documentation (useful for integrating Firebase with Vue)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvanst%2Fvue-firebase-emulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjvanst%2Fvue-firebase-emulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvanst%2Fvue-firebase-emulator/lists"}