{"id":13485049,"url":"https://github.com/firebase/firebase-admin-node","last_synced_at":"2026-02-04T21:08:03.124Z","repository":{"id":37270511,"uuid":"84979087","full_name":"firebase/firebase-admin-node","owner":"firebase","description":"Firebase Admin Node.js SDK","archived":false,"fork":false,"pushed_at":"2025-05-09T19:25:36.000Z","size":12280,"stargazers_count":1674,"open_issues_count":208,"forks_count":389,"subscribers_count":102,"default_branch":"master","last_synced_at":"2025-05-11T03:45:25.400Z","etag":null,"topics":["authentification","firebase","firebase-admin","firebase-admin-sdk","firebase-auth","firebase-authentication","firebase-cloud-messaging","firebase-database","firebase-db","nodejs","realtime-database"],"latest_commit_sha":null,"homepage":"https://firebase.google.com/docs/admin/setup","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/firebase.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2017-03-14T17:39:33.000Z","updated_at":"2025-05-11T02:43:20.000Z","dependencies_parsed_at":"2024-02-20T17:47:40.263Z","dependency_job_id":"858ca45a-3156-4ef5-b6ae-a68e528a4b6b","html_url":"https://github.com/firebase/firebase-admin-node","commit_stats":{"total_commits":1289,"total_committers":91,"mean_commits":"14.164835164835164","dds":0.6051202482544609,"last_synced_commit":"ebd2164d68d97a51d1dc4f0375d498c771c6cf96"},"previous_names":[],"tags_count":112,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firebase%2Ffirebase-admin-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firebase%2Ffirebase-admin-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firebase%2Ffirebase-admin-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firebase%2Ffirebase-admin-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firebase","download_url":"https://codeload.github.com/firebase/firebase-admin-node/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253514555,"owners_count":21920334,"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":["authentification","firebase","firebase-admin","firebase-admin-sdk","firebase-auth","firebase-authentication","firebase-cloud-messaging","firebase-database","firebase-db","nodejs","realtime-database"],"created_at":"2024-07-31T17:01:44.101Z","updated_at":"2026-02-04T21:08:03.066Z","avatar_url":"https://github.com/firebase.png","language":"TypeScript","readme":"[![Build Status](https://github.com/firebase/firebase-admin-node/workflows/Continuous%20Integration/badge.svg)](https://github.com/firebase/firebase-admin-node/actions)\n\n# Firebase Admin Node.js SDK\n\n\n## Table of Contents\n\n * [Overview](#overview)\n * [Installation](#installation)\n * [Contributing](#contributing)\n * [Documentation](#documentation)\n * [Supported Environments](#supported-environments)\n * [Acknowledgments](#acknowledgments)\n * [License](#license)\n\n\n## Overview\n\n[Firebase](https://firebase.google.com) provides the tools and infrastructure\nyou need to develop your app, grow your user base, and earn money. The Firebase\nAdmin Node.js SDK enables access to Firebase services from privileged environments\n(such as servers or cloud) in Node.js.\n\nFor more information, visit the\n[Firebase Admin SDK setup guide](https://firebase.google.com/docs/admin/setup/).\n\n\n## Installation\n\nThe Firebase Admin Node.js SDK is available on npm as `firebase-admin`:\n\n```bash\n$ npm install --save firebase-admin\n```\n\nTo use the module in your application, `require` it from any JavaScript file:\n\n```js\nconst { initializeApp } = require(\"firebase-admin/app\");\n\ninitializeApp();\n```\n\nIf you are using ES2015, you can `import` the module instead:\n\n```js\nimport { initializeApp } from \"firebase-admin/app\";\n\ninitializeApp();\n```\n\n\n## Contributing\n\nPlease refer to the [CONTRIBUTING page](./CONTRIBUTING.md) for more information\nabout how you can contribute to this project. We welcome bug reports, feature\nrequests, code review feedback, and also pull requests.\n\n\n## Supported Environments\n\nWe support Node.js 18 and higher.\n\nPlease also note that the Admin SDK should only\nbe used in server-side/back-end environments controlled by the app developer.\nThis includes most server and serverless platforms (both on-premise and in\nthe cloud). It is not recommended to use the Admin SDK in client-side\nenvironments.\n\n\n## Documentation\n\n* [Setup Guide](https://firebase.google.com/docs/admin/setup/)\n* [Database Guide](https://firebase.google.com/docs/database/admin/start/)\n* [Authentication Guide](https://firebase.google.com/docs/auth/admin/)\n* [Cloud Messaging Guide](https://firebase.google.com/docs/cloud-messaging/admin/)\n* [API Reference](https://firebase.google.com/docs/reference/admin/node/)\n* [Release Notes](https://firebase.google.com/support/release-notes/admin/node/)\n\n\n## Acknowledgments\n\nThanks to the team at [Casetext](https://casetext.com/) for transferring\nownership of the `firebase-admin` npm module over to the Firebase team\nand for their longtime use and support of the Firebase platform.\n\n\n## License\n\nFirebase Admin Node.js SDK is licensed under the\n[Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).\n\nYour use of Firebase is governed by the\n[Terms of Service for Firebase Services](https://firebase.google.com/terms/).\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirebase%2Ffirebase-admin-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirebase%2Ffirebase-admin-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirebase%2Ffirebase-admin-node/lists"}