The Admin SDK supports Node.js, Java, and Python. For more information about feature support and setup tasks, see Add the Firebase Admin SDK to Your Server.
Node.js
The Admin SDK for Node.js provides APIs for authentication, user management, Realtime Database, and more.
- admin
- admin.auth
- admin.database
- admin.firestore
- admin.instanceId
- admin.messaging
- admin.projectManagement
- admin.securityRules
- admin.storage
Java
The Admin SDK for Java provides APIs for authentication, user management, Realtime Database, and more.
- com.google.firebase
- com.google.firebase.auth
- com.google.firebase.cloud
- com.google.firebase.database
- com.google.firebase.iid
- com.google.firebase.messaging
- com.google.firebase.projectmanagement
Python
The Admin SDK for Python provides APIs for authentication, user management, Realtime Database, and more.
- firebase_admin
- firebase_admin.auth
- firebase_admin.credentials
- firebase_admin.db
- firebase_admin.exceptions
- firebase_admin.firestore
- firebase_admin.instance_id
- firebase_admin.messaging
- firebase_admin.project_management
- firebase_admin.storage
Go
The Admin SDK for Go provides APIs for authentication, user management, Realtime Database, and more.
C# (.NET)
The Admin SDK for .NET provides APIs for authentication (ID token verification and custom token minting).