{"id":20999806,"url":"https://github.com/e-chan1007/nuxt-firebase","last_synced_at":"2026-03-16T13:32:18.209Z","repository":{"id":61354979,"uuid":"548157893","full_name":"e-chan1007/nuxt-firebase","owner":"e-chan1007","description":"Firebase Integration for Nuxt(3)","archived":false,"fork":false,"pushed_at":"2023-04-17T14:37:05.000Z","size":2058,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-22T09:19:18.241Z","etag":null,"topics":["firebase","nuxt","nuxt-module","nuxt3","vue"],"latest_commit_sha":null,"homepage":"https://e-chan1007.github.io/nuxt-firebase/","language":"TypeScript","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/e-chan1007.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2022-10-09T02:42:21.000Z","updated_at":"2022-12-08T20:51:08.000Z","dependencies_parsed_at":"2024-11-18T14:51:49.779Z","dependency_job_id":"f5ff85f6-66c2-4797-9edb-b7c0e75a5f64","html_url":"https://github.com/e-chan1007/nuxt-firebase","commit_stats":{"total_commits":48,"total_committers":2,"mean_commits":24.0,"dds":0.04166666666666663,"last_synced_commit":"ec9552e52ae339054415a74e97c4b345c9dbff76"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/e-chan1007/nuxt-firebase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-chan1007%2Fnuxt-firebase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-chan1007%2Fnuxt-firebase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-chan1007%2Fnuxt-firebase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-chan1007%2Fnuxt-firebase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/e-chan1007","download_url":"https://codeload.github.com/e-chan1007/nuxt-firebase/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-chan1007%2Fnuxt-firebase/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260838646,"owners_count":23070609,"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":["firebase","nuxt","nuxt-module","nuxt3","vue"],"created_at":"2024-11-19T08:08:21.967Z","updated_at":"2026-03-16T13:32:18.165Z","avatar_url":"https://github.com/e-chan1007.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nuxt Firebase\n\n[![npm version](https://badge.fury.io/js/@e-chan1007%2Fnuxt-firebase.svg)](https://badge.fury.io/js/@e-chan1007%2Fnuxt-firebase)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/0b2cc4e860eb4156ad2d61031b396307)](https://www.codacy.com/gh/e-chan1007/nuxt-firebase/dashboard?utm_source=github.com\\\u0026utm_medium=referral\\\u0026utm_content=e-chan1007/nuxt-firebase\\\u0026utm_campaign=Badge_Grade)\n\nIntegrate [Firebase](https://firebase.google.com/) with Nuxt (3)\n\n## Install\n\n```sh\n# npm\nnpm install -D firebase @e-chan1007/nuxt-firebase\n# yarn\nyarn add -D firebase @e-chan1007/nuxt-firebase\n# pnpm\npnpm add -D firebase @e-chan1007/nuxt-firebase\n```\n\nDon't forget to install `firebase`.\n\n## Setup\n\n1.  Add this module to the Nuxt config\n\n```ts\nexport default defineNuxtConfig({\n  modules: [\n    '@e-chan1007/nuxt-firebase'\n  ],\n  firebase: {\n    // set options here...\n  }\n})\n```\n\n2.  Use in your pages, components or server routes\n\n```vue\n\u003ctemplate\u003e\n  \u003cp\u003eHello {{ currentUser?.displayName }}!\u003c/p\u003e\n\u003c/template\u003e\n\n\u003cscript lang=\"ts\" setup\u003e\nconst { currentUser } = useAuth();\n\u003c/script\u003e\n```\n\n## Development\n\n*   Run `npm run dev:prepare` to generate type stubs.\n*   Use `npm run dev` to start [playground](./packages/playground) in development mode.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe-chan1007%2Fnuxt-firebase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fe-chan1007%2Fnuxt-firebase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe-chan1007%2Fnuxt-firebase/lists"}