Package Exports
- firebase-admin
- firebase-admin/lib/auth/credential
- firebase-admin/lib/auth/token-generator
- firebase-admin/lib/index
- firebase-admin/lib/utils
- firebase-admin/lib/utils/api-request
- firebase-admin/lib/utils/validator
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (firebase-admin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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 provides admin (second-party) access to several Firebase services.
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:
var admin = require("firebase-admin");
If you are using ES2015, you can import
the module instead:
import * as admin from "firebase-admin";
Documentation
Release Notes
Release Notes for the Firebase Admin Node.js SDK are available here.
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
The Firebase Admin Node.js SDK is covered by the Terms of Service for Firebase Services.