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

13.3.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.3.028,357latest
9.100.0-alpha.14exp

Version History

VersionDownloads (Last 7 Days)Published
13.3.028,357
13.2.0335,146
13.1.075,204
13.0.284,135
13.0.144,850
13.0.09,021
12.7.0297,133
12.6.046,209
12.5.030,755
12.4.029,194
12.3.115,404
12.3.014,731
12.2.052,497
12.1.146,729
12.1.048,490
12.0.097,647
11.11.1216,088
11.11.026,553
11.10.126,108
11.10.03,179
11.9.013,331
11.8.06,286
11.7.04,124
11.6.01,858
11.5.021,196
11.4.17,545
11.4.0470
11.3.010,102
11.2.1367
11.2.06,827
11.1.02,189
11.0.14,218
11.0.01,619
10.3.065,745
10.2.04,172
10.1.01,117
10.0.29,077
10.0.11,207
10.0.03,666
9.12.056,868
9.11.17,723
9.11.01,565
9.100.0-alpha.14
9.10.01,285
9.9.01,614
9.8.01,896
9.7.0436
9.100.0-alpha.04
9.6.03,670
9.5.01,833
9.4.22,052
9.4.1396
9.4.0124
9.3.01,192
9.2.03,351
9.1.1312
9.1.055
9.0.0659
8.13.014,882
8.12.11,043
8.12.044
8.11.0187
8.10.04,572
8.9.23,570
8.9.126
8.9.0856
8.8.0720
8.7.0360
8.6.1307
8.6.01,086
8.5.0191
8.4.0130
8.3.0189
8.2.0510
8.1.013
8.0.039
7.4.01,922
7.3.0323
7.2.0107
7.1.126
7.1.0291
7.0.068
6.5.12,248
6.5.07
6.4.046
6.3.046
6.2.015
6.1.0214
6.0.0142
5.13.11,917
5.13.012
5.12.143
5.12.0118
5.11.026
5.10.019
5.9.16
5.9.09
5.8.2327
5.8.13
5.8.08
5.7.03
5.6.05
5.5.13
5.5.03
5.4.311
5.4.213
5.4.18
5.4.06
5.3.09
5.2.141
5.2.03
5.1.011
5.0.17
5.0.043
4.2.11,870
4.2.07
4.1.47
4.1.373
4.1.23
4.1.14
4.1.06
4.0.66
4.0.53
4.0.45
4.0.33
4.0.23
4.0.14
4.0.010
3.0.03
2.2.03
2.1.13
2.1.04
2.0.13
2.0.05
1.2.05
1.1.09
1.0.93
1.0.84
1.0.73
1.0.64
1.0.54
1.0.43
1.0.14
1.0.05

Package Sidebar

Install

npm i firebase-admin

Weekly Downloads

1,816,488

Version

13.3.0

License

Apache-2.0

Unpacked Size

1.36 MB

Total Files

235

Last publish

Collaborators

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