{"id":18488471,"url":"https://github.com/Aginix/nestjs-firebase-admin","last_synced_at":"2025-04-08T21:30:32.911Z","repository":{"id":37084468,"uuid":"232312232","full_name":"Aginix/nestjs-firebase-admin","owner":"Aginix","description":"Firebase Admin Module for Nest.js Framework","archived":true,"fork":false,"pushed_at":"2024-02-14T21:23:20.000Z","size":1778,"stargazers_count":108,"open_issues_count":43,"forks_count":37,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T19:52:52.294Z","etag":null,"topics":["firebase","firebase-admin","nest-framework","nestjs","typescript"],"latest_commit_sha":null,"homepage":"","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/Aginix.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":"2020-01-07T11:41:29.000Z","updated_at":"2024-10-17T03:00:54.000Z","dependencies_parsed_at":"2024-06-18T16:49:07.238Z","dependency_job_id":"6e837bb2-364e-4c2c-9181-bddae87fdfa6","html_url":"https://github.com/Aginix/nestjs-firebase-admin","commit_stats":{"total_commits":104,"total_committers":9,"mean_commits":"11.555555555555555","dds":0.4326923076923077,"last_synced_commit":"7f87c994a26114ec47bd0ee982f69a8ad754e9b0"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aginix%2Fnestjs-firebase-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aginix%2Fnestjs-firebase-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aginix%2Fnestjs-firebase-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aginix%2Fnestjs-firebase-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aginix","download_url":"https://codeload.github.com/Aginix/nestjs-firebase-admin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247930974,"owners_count":21020143,"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-admin","nest-framework","nestjs","typescript"],"created_at":"2024-11-06T12:51:47.131Z","updated_at":"2025-04-08T21:30:32.906Z","avatar_url":"https://github.com/Aginix.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003ca href=\"https://www.npmjs.com/@aginix/nestjs-firebase-admin\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/@aginix/nestjs-firebase-admin.svg\" alt=\"NPM Version\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/@aginix/nestjs-firebase-admin\"\u003e\u003cimg src=\"https://img.shields.io/npm/l/@aginix/nestjs-firebase-admin.svg\" alt=\"Package License\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/@aginix/nestjs-firebase-admin\"\u003e\u003cimg src=\"https://img.shields.io/npm/dm/@aginix/nestjs-firebase-admin.svg\" alt=\"NPM Downloads\" /\u003e\u003c/a\u003e\n\n## Description\n\nFirebase Admin Module for [Nest.js Framework](https://nestjs.com/)\n\n## Installation\n\n```bash\n$ yarn add @aginix/nestjs-firebase-admin\n```\n\n### Import module\n\n```typescript\nimport { Module } from '@nestjs/common';\nimport { FirebaseAdminModule } from '@aginix/nestjs-firebase-admin'\nimport * as admin from 'firebase-admin'\n\n@Module({\n  imports: [\n    FirebaseAdminModule.forRootAsync({\n      useFactory: () =\u003e ({\n        credential: admin.credential.applicationDefault()\n      })\n    }),\n  ],\n})\nexport class AppModule {}\n```\n\n## Example\n\n### Inject Authentication Service\n\n```typescript\nimport { Injectable } from '@nestjs/common';\nimport { FirebaseAuthenticationService } from '@aginix/nestjs-firebase-admin';\n\n@Injectable()\nexport class AppService {\n  constructor(private firebaseAuth: FirebaseAuthenticationService) {}\n\n  getUsers() {\n    return this.firebaseAuth.listUsers()\n  }\n}\n```\n\n## Compatibility Table\n\n| firebase-admin    | NestJS Library |\n| ----------------- |----------------|\n| `9.xx`            | `master`       |\n| `8.xx`            | `1.xx`         |\n\n## License\n\nMIT © [Aginix Technologies Co., Ltd.](https://github.com/Aginix/nestjs-firebase-admin)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAginix%2Fnestjs-firebase-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAginix%2Fnestjs-firebase-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAginix%2Fnestjs-firebase-admin/lists"}