firebase-admin
TypeScript icon, indicating that this package has built-in type declarations

13.4.0 • Public • Published

Build Status

Firebase Admin Node.js SDK

Table of Contents

Overview

Firebase provides the tools and infrastructure you need to develop your app, grow your user base, and earn money. The Firebase Admin Node.js SDK enables access to Firebase services from privileged environments (such as servers or cloud) in Node.js.

For more information, visit the Firebase Admin SDK setup guide.

Installation

The Firebase Admin Node.js SDK is available on npm as firebase-admin:

$ npm install --save firebase-admin

To use the module in your application, require it from any JavaScript file:

const { initializeApp } = require("firebase-admin/app");

initializeApp();

If you are using ES2015, you can import the module instead:

import { initializeApp } from "firebase-admin/app";

initializeApp();

Contributing

Please refer to the CONTRIBUTING page for more information about how you can contribute to this project. We welcome bug reports, feature requests, code review feedback, and also pull requests.

Supported Environments

We support Node.js 18 and higher.

Please also note that the Admin SDK should only be used in server-side/back-end environments controlled by the app developer. This includes most server and serverless platforms (both on-premise and in the cloud). It is not recommended to use the Admin SDK in client-side environments.

Documentation

Acknowledgments

Thanks to the team at Casetext for transferring ownership of the firebase-admin npm module over to the Firebase team and for their longtime use and support of the Firebase platform.

License

Firebase Admin Node.js SDK is licensed under the Apache License, version 2.0.

Your use of Firebase is governed by the Terms of Service for Firebase Services.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
13.4.0715,657latest
9.100.0-alpha.11exp

Version History

VersionDownloads (Last 7 Days)Published
13.4.0715,657
13.3.037,987
13.2.0104,351
13.1.044,605
13.0.258,220
13.0.130,256
13.0.07,458
12.7.0521,953
12.6.046,275
12.5.025,504
12.4.036,881
12.3.116,750
12.3.016,693
12.2.054,148
12.1.139,675
12.1.043,431
12.0.099,914
11.11.1260,749
11.11.020,173
11.10.121,486
11.10.03,655
11.9.013,712
11.8.06,631
11.7.07,102
11.6.02,007
11.5.015,977
11.4.17,742
11.4.0568
11.3.011,109
11.2.1360
11.2.04,852
11.1.0985
11.0.14,046
11.0.01,857
10.3.057,613
10.2.02,434
10.1.0859
10.0.25,065
10.0.11,131
10.0.02,599
9.12.056,027
9.11.17,591
9.11.01,251
9.100.0-alpha.11
9.10.02,879
9.9.01,009
9.8.0607
9.7.0665
9.100.0-alpha.01
9.6.04,096
9.5.02,233
9.4.22,131
9.4.1894
9.4.07
9.3.02,365
9.2.03,266
9.1.1180
9.1.0107
9.0.0530
8.13.016,136
8.12.1734
8.12.04
8.11.0228
8.10.01,348
8.9.2986
8.9.114
8.9.0299
8.8.0318
8.7.0375
8.6.1164
8.6.0952
8.5.0159
8.4.0112
8.3.0124
8.2.0799
8.1.0328
8.0.041
7.4.02,488
7.3.0140
7.2.0105
7.1.119
7.1.06
7.0.0108
6.5.1581
6.5.011
6.4.015
6.3.014
6.2.02
6.1.0120
6.0.0108
5.13.11,841
5.13.06
5.12.162
5.12.085
5.11.055
5.10.07
5.9.14
5.9.07
5.8.219
5.8.16
5.8.04
5.7.01
5.6.03
5.5.15
5.5.02
5.4.33
5.4.21
5.4.11
5.4.01
5.3.04
5.2.126
5.2.02
5.1.02
5.0.12
5.0.020
4.2.11,853
4.2.01
4.1.41
4.1.373
4.1.24
4.1.11
4.1.02
4.0.61
4.0.51
4.0.41
4.0.31
4.0.21
4.0.11
4.0.07
3.0.01
2.2.01
2.1.11
2.1.01
2.0.11
2.0.03
1.2.02
1.1.04
1.0.91
1.0.81
1.0.71
1.0.65
1.0.51
1.0.41
1.0.11
1.0.04

Package Sidebar

Install

npm i firebase-admin

Weekly Downloads

2,469,294

Version

13.4.0

License

Apache-2.0

Unpacked Size

1.37 MB

Total Files

235

Last publish

Collaborators

  • firebase-ops
  • feiyang.chen
  • google-wombot
  • chholland