Built by Metorial, the integration platform for agentic AI.

Learn More

    Provider Summary

    • manage user accounts

    • query Firestore documents

    • read and write Realtime Database

    • send push notifications

    • manage cloud storage files

    • publish remote config templates

    • deploy serverless functions

    • stream real-time data changes

    • generate authentication tokens

    • batch write documents

Firebase

Manage backend services for mobile and web applications. Create, read, update, and delete documents in Cloud Firestore and Realtime Database. Manage user accounts including creating, updating, deleting, and listing users with authentication support. Send push notifications and data messages to devices, topics, and device groups via Cloud Messaging (FCM). Upload, download, and delete files in Cloud Storage. Read and publish Remote Config templates to change app behavior remotely. Deploy and manage serverless Cloud Functions triggered by database events, authentication events, storage events, and HTTP requests. Stream real-time database changes via Server-Sent Events. Query databases with filters, ordering, and pagination. Perform batch writes and transactions in Firestore. Generate and verify custom tokens and ID tokens for user authentication.

Tools

Get Remote Config

Retrieve the current Firebase Remote Config template including all parameters, conditions, and parameter groups. Also supports listing version history for audit and rollback purposes.

List Users

List Firebase Authentication users with pagination support. Returns user accounts with their properties including email, display name, and account status.

Lookup User

Look up a Firebase Authentication user by email address or phone number. Useful for finding a user when you don't know their user ID.

Manage Firestore Document

Create, read, update, or delete a document in Cloud Firestore. Supports setting document fields with automatic type encoding and specifying update masks for partial updates.

Manage Realtime Database

Read, write, push, update, or delete data at any path in the Firebase Realtime Database. Supports querying with ordering, filtering, and pagination. Requires the databaseUrl to be configured in the project settings.

Manage Cloud Storage

List, get metadata, delete, or copy objects in Firebase Cloud Storage. Supports prefix-based listing for browsing folder-like structures, fetching download URLs, and copying objects between paths.

Manage Topic Subscriptions

Subscribe or unsubscribe device tokens to/from FCM topics. Batch subscribe or unsubscribe multiple devices at once.

Manage User

Create, update, delete, or retrieve a Firebase Authentication user. Supports managing user properties including email, password, display name, phone number, photo, email verification status, and account disabled state.

Query Firestore

Query or list documents from a Cloud Firestore collection. Supports structured queries with field filters, ordering, and pagination. Use the simple list mode for browsing documents or the query mode for filtered searches.

Send Push Notification

Send a push notification or data message via Firebase Cloud Messaging (FCM). Target individual devices by token, or broadcast to topics or conditions. Supports platform-specific configuration for Android, iOS (APNs), and Web.

Update Remote Config

Publish an updated Firebase Remote Config template or roll back to a previous version. When publishing, provide the full template with parameters, conditions, and the current ETag. Use the "Get Remote Config" tool first to retrieve the current ETag.

License

This integration is licensed under the AGPL-3.0 License.

Built with ❤️ by Metorial