firebase-admin-node-master

所属分类:Pascal/Delphi编程
开发工具:WINDOWS
文件大小:174KB
下载次数:1
上传日期:2017-08-30 14:51:20
上 传 者kongodrum
说明:  In this section, we propose version 1d of IsohyetoseNep, the culmination of days of hacking. Since In this section,

文件列表:
.travis.yml (59, 2017-07-26)
CONTRIBUTING.md (7491, 2017-07-26)
ISSUE_TEMPLATE.md (1159, 2017-07-26)
LICENSE (11357, 2017-07-26)
PULL_REQUEST_TEMPLATE.md (757, 2017-07-26)
createReleaseTarball.sh (4416, 2017-07-26)
gulpfile.js (4749, 2017-07-26)
npm-shrinkwrap.json (3738, 2017-07-26)
package.json (1755, 2017-07-26)
src (0, 2017-07-26)
src\auth (0, 2017-07-26)
src\auth\auth-api-request.ts (17046, 2017-07-26)
src\auth\auth.ts (8977, 2017-07-26)
src\auth\credential.ts (12952, 2017-07-26)
src\auth\register-auth.ts (1933, 2017-07-26)
src\auth\token-generator.ts (12619, 2017-07-26)
src\auth\user-record.ts (6146, 2017-07-26)
src\database (0, 2017-07-26)
src\database\database.js (119448, 2017-07-26)
src\default-namespace.ts (1121, 2017-07-26)
src\firebase-app.ts (14161, 2017-07-26)
src\firebase-namespace.ts (12130, 2017-07-26)
src\firebase-service.ts (1314, 2017-07-26)
src\index.d.ts (11037, 2017-07-26)
src\index.ts (1156, 2017-07-26)
src\messaging (0, 2017-07-26)
src\messaging\messaging-api-request.ts (4950, 2017-07-26)
src\messaging\messaging.ts (36198, 2017-07-26)
src\messaging\register-messaging.ts (1725, 2017-07-26)
src\utils (0, 2017-07-26)
src\utils\api-request.ts (8087, 2017-07-26)
src\utils\deep-copy.ts (2389, 2017-07-26)
src\utils\error.ts (16754, 2017-07-26)
src\utils\index.ts (1898, 2017-07-26)
src\utils\validator.ts (6109, 2017-07-26)
test (0, 2017-07-26)
test\integration (0, 2017-07-26)
... ...

[![Build Status](https://travis-ci.org/firebase/firebase-admin-node.svg?branch=master)](https://travis-ci.org/firebase/firebase-admin-node) # Firebase Admin Node.js SDK ## Table of Contents * [Overview](#overview) * [Installation](#installation) * [Contributing](#contributing) * [Documentation](#documentation) * [Acknowledgments](#acknowledgments) * [License](#license) ## Overview [Firebase](https://firebase.google.com) 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](https://firebase.google.com/docs/admin/setup/). ## Installation The Firebase Admin Node.js SDK is available on npm as `firebase-admin`: ```bash $ npm install --save firebase-admin ``` To use the module in your application, `require` it from any JavaScript file: ```js var admin = require("firebase-admin"); ``` If you are using ES2015, you can `import` the module instead: ```js import * as admin from "firebase-admin"; ``` ## Contributing Please refer to the [CONTRIBUTING page](./CONTRIBUTING.md) for more information about how you can contribute to this project. We welcome bug reports, feature requests, code review feedback, and also pull requests. ## Documentation * [Setup Guide](https://firebase.google.com/docs/admin/setup/) * [Database Guide](https://firebase.google.com/docs/database/admin/start/) * [Authentication Guide](https://firebase.google.com/docs/auth/admin/) * [Cloud Messaging Guide](https://firebase.google.com/docs/cloud-messaging/admin/) * [API Reference](https://firebase.google.com/docs/reference/admin/node/) * [Release Notes](https://firebase.google.com/support/release-notes/admin/node/) ## Acknowledgments Thanks to the team at [Casetext](https://casetext.com/) 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](http://www.apache.org/licenses/LICENSE-2.0). Your use of Firebase is governed by the [Terms of Service for Firebase Services](https://firebase.google.com/terms/).

近期下载者

相关文件


收藏者