Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Firebase Admin Node.js SDK

License

NotificationsYou must be signed in to change notification settings

firebase/firebase-admin-node

 
 

Repository files navigation

Build Status

Firebase Admin Node.js SDK

Table of Contents

Overview

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

For more information, visit theFirebase Admin SDK setup guide.

Installation

The Firebase Admin Node.js SDK is available on npm asfirebase-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 canimport the module instead:

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

Contributing

Please refer to theCONTRIBUTING page for more informationabout how you can contribute to this project. We welcome bug reports, featurerequests, code review feedback, and also pull requests.

Supported Environments

We support Node.js 12 and higher.

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

Documentation

Acknowledgments

Thanks to the team atCasetext for transferringownership of thefirebase-admin npm module over to the Firebase teamand for their longtime use and support of the Firebase platform.

License

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

Your use of Firebase is governed by theTerms of Service for Firebase Services.


[8]ページ先頭

©2009-2025 Movatter.jp