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

13.0.2 • 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.0.2231,562latest
9.100.0-alpha.19exp

Version History

VersionDownloads (Last 7 Days)Published
13.0.2231,562
13.0.182,251
13.0.014,962
12.7.0270,559
12.6.069,071
12.5.046,945
12.4.041,764
12.3.125,362
12.3.016,641
12.2.065,608
12.1.166,006
12.1.045,366
12.0.0118,673
11.11.1238,217
11.11.040,096
11.10.137,062
11.10.02,787
11.9.013,628
11.8.09,293
11.7.04,001
11.6.03,000
11.5.050,588
11.4.111,469
11.4.0892
11.3.05,615
11.2.1393
11.2.06,256
11.1.01,658
11.0.13,535
11.0.01,716
10.3.082,565
10.2.05,396
10.1.01,593
10.0.210,397
10.0.1903
10.0.03,173
9.12.065,106
9.11.19,874
9.11.02,495
9.100.0-alpha.19
9.10.02,271
9.9.01,763
9.8.0640
9.7.0436
9.100.0-alpha.01
9.6.02,877
9.5.02,542
9.4.22,553
9.4.1536
9.4.0210
9.3.02,276
9.2.03,415
9.1.1399
9.1.088
9.0.0602
8.13.018,974
8.12.11,249
8.12.07
8.11.0336
8.10.01,297
8.9.22,360
8.9.1148
8.9.0380
8.8.0609
8.7.0628
8.6.159
8.6.01,986
8.5.0169
8.4.074
8.3.0193
8.2.02,913
8.1.016
8.0.072
7.4.01,951
7.3.0565
7.2.054
7.1.141
7.1.08
7.0.099
6.5.11,284
6.5.012
6.4.040
6.3.032
6.2.018
6.1.0197
6.0.0119
5.13.12,796
5.13.04
5.12.158
5.12.072
5.11.041
5.10.08
5.9.117
5.9.04
5.8.222
5.8.12
5.8.01
5.7.01
5.6.02
5.5.134
5.5.01
5.4.32
5.4.21
5.4.12
5.4.02
5.3.03
5.2.110
5.2.04
5.1.01
5.0.14
5.0.06
4.2.11,864
4.2.02
4.1.42
4.1.364
4.1.23
4.1.12
4.1.02
4.0.61
4.0.51
4.0.43
4.0.31
4.0.21
4.0.11
4.0.03
3.0.01
2.2.03
2.1.11
2.1.01
2.0.11
2.0.01
1.2.02
1.1.07
1.0.91
1.0.81
1.0.71
1.0.61
1.0.51
1.0.41
1.0.11
1.0.01

Package Sidebar

Install

npm i firebase-admin

Weekly Downloads

1,443,725

Version

13.0.2

License

Apache-2.0

Unpacked Size

1.34 MB

Total Files

235

Last publish

Collaborators

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