{"id":20375107,"url":"https://github.com/hebertcisco/nestjs-firebase-admin","last_synced_at":"2025-04-12T07:17:25.693Z","repository":{"id":59791483,"uuid":"538488627","full_name":"hebertcisco/nestjs-firebase-admin","owner":"hebertcisco","description":"Firebase Admin SDK for Nestjs 🔥","archived":false,"fork":false,"pushed_at":"2025-03-28T01:47:03.000Z","size":4858,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T07:17:17.054Z","etag":null,"topics":["firebase","firebase-cloud-messaging","nestjs","nestjs-graphql","nestjs-library","nestjs-module","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/nestjs-firebase-admin","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/hebertcisco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"hebertcisco","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2022-09-19T12:22:32.000Z","updated_at":"2025-03-28T01:47:06.000Z","dependencies_parsed_at":"2024-01-11T01:02:13.432Z","dependency_job_id":"3f57ec3b-2e10-4074-a9f2-0f65788da933","html_url":"https://github.com/hebertcisco/nestjs-firebase-admin","commit_stats":{"total_commits":143,"total_committers":3,"mean_commits":"47.666666666666664","dds":0.4755244755244755,"last_synced_commit":"457d569785d591768c6a8278226878abb4732b0d"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hebertcisco%2Fnestjs-firebase-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hebertcisco%2Fnestjs-firebase-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hebertcisco%2Fnestjs-firebase-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hebertcisco%2Fnestjs-firebase-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hebertcisco","download_url":"https://codeload.github.com/hebertcisco/nestjs-firebase-admin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248530609,"owners_count":21119601,"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","firebase-cloud-messaging","nestjs","nestjs-graphql","nestjs-library","nestjs-module","typescript"],"created_at":"2024-11-15T01:28:49.988Z","updated_at":"2025-04-12T07:17:25.674Z","avatar_url":"https://github.com/hebertcisco.png","language":"TypeScript","funding_links":["https://github.com/sponsors/hebertcisco","https://www.buymeacoffee.com/hebertcisco","https://img.buymeacoffee.com/button-api/?text=Buy"],"categories":[],"sub_categories":[],"readme":"[![codecov](https://codecov.io/gh/hebertcisco/nestjs-firebase-admin/branch/main/graph/badge.svg?token=N0IW1UNNIP)](https://codecov.io/gh/hebertcisco/nestjs-firebase-admin)\n\n[![CircleCI](https://dl.circleci.com/status-badge/img/gh/hebertcisco/nestjs-firebase-admin/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/hebertcisco/nestjs-firebase-admin/tree/main)\n\n[![Node.js build and publish package](https://github.com/hebertcisco/nestjs-firebase-admin/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/hebertcisco/nestjs-firebase-admin/actions/workflows/npm-publish.yml)\n\n[![Running Code Coverage](https://github.com/hebertcisco/nestjs-firebase-admin/actions/workflows/coverage.yml/badge.svg)](https://github.com/hebertcisco/nestjs-firebase-admin/actions/workflows/coverage.yml)\n\n[![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=flat\u0026logo=typescript\u0026logoColor=white)](https://www.typescriptlang.org/)\n[![Nestjs](https://img.shields.io/badge/Nestjs-ea2845?style=flat\u0026logo=nestjs\u0026logoColor=white)](https://nestjs.com/)\n[![Free. Built on open source. Runs everywhere.](https://img.shields.io/badge/VS_Code-0078D4?style=flat\u0026logo=visual%20studio%20code\u0026logoColor=white)](https://code.visualstudio.com/)\n[![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=flat\u0026logo=githubactions\u0026logoColor=white)](https://github.com/hebertcisco/nestjs-firebase-admin/actions)\n\n\u003e Firebase Admin SDK for Nestjs :fire:\n\n## Installation\n\n\u003e Install with yarn or npm: `yarn` or `npm`:\n\n```bash\n# yarn\nyarn add nestjs-firebase-admin\n```\n\n```bash\n# npm\nnpm i nestjs-firebase-admin --save\n```\n\n```bash\n# pnpm\npnpm add nestjs-firebase-admin --save\n```\n\n### Usage example\n\n```ts\n// common.module.ts\nimport { Module } from '@nestjs/common';\n\nimport { TypeOrmModule } from '@nestjs/typeorm';\nimport { AdminModule } from 'nestjs-firebase-admin';\n\nimport { CommonService } from './common.service';\n\n@Module({\n  imports: [\n    AdminModule.register({\n      credential: {\n        projectId: 'my-project-id',\n        clientEmail: 'my-client-email',\n        privateKey: 'my-private-key',\n      },\n      databaseURL: 'https://my-project-id.firebaseio.com',\n    }),\n  ],\n  providers: [CommonService],\n})\nexport class CommonModule {}\n```\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\u003cbr /\u003eFeel free to check [issues page](issues).\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\nOr buy me a coffee 🙌🏾\n\n\u003ca href=\"https://www.buymeacoffee.com/hebertcisco\"\u003e\n    \u003cimg src=\"https://img.buymeacoffee.com/button-api/?text=Buy me a coffee\u0026emoji=\u0026slug=hebertcisco\u0026button_colour=FFDD00\u0026font_colour=000000\u0026font_family=Inter\u0026outline_colour=000000\u0026coffee_colour=ffffff\" /\u003e\n\u003c/a\u003e\n\n## 📝 License\n\nCopyright © 2024 [Hebert F Barros](https://github.com/hebertcisco).\u003cbr /\u003e\nThis project is [MIT](LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhebertcisco%2Fnestjs-firebase-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhebertcisco%2Fnestjs-firebase-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhebertcisco%2Fnestjs-firebase-admin/lists"}