Firebase Admin SDK integrations
Firebase Admin SDK is a set of tools and libraries provided by Google for integrating Firebase services with server-side applications. It offers functionalities for authentication, database management, and cloud messaging, enabling developers to build server-side applications that interact with Firebase services and access Firebase resources securely.
Automate your Firebase Admin SDK workflow with premade actions
Quickly integrate Firebase Admin SDK with thousands of apps for automated workflows using our no-code toolkit or AI copilot for custom actions.New Child Object in a Realtime Database
Emit new event when a new child object is discovered within a specific path
New Document in Firestore Collection
Emit new event when a structured query returns new documents
Update Documents
Updates a Document. [See the docs here](https://googleapis.dev/nodejs/firestore/latest/DocumentReference.htmlupdate)
Save Event to Firestore
Replicate event in Firestore
List Documents
Lists documents in a collection. [See the docs here](https://googleapis.dev/nodejs/firestore/latest/CollectionReference.htmllistDocuments)
Create Firebase Realtime Database Record
Creates or replaces a child object within your Firebase Realtime Database. [See the docs here](https://firebase.google.com/docs/reference/js/databaseupdate)
Create Document
Creates a New Document. [See the docs here](https://googleapis.dev/nodejs/firestore/latest/CollectionReference.htmladd)