user_changes
User Account Changes
Monitors Firebase Authentication for new user accounts and detects when users are created or removed by comparing user lists between polls.
user_changes
Monitors Firebase Authentication for new user accounts and detects when users are created or removed by comparing user lists between polls.
firestore_document_changes
Monitors a Firestore collection for new or updated documents by polling for changes. Detects documents that have been created or modified since the last poll.
realtime_db_changes
Monitors a path in the Firebase Realtime Database for data changes by polling. Detects when new child keys are added or existing values are modified at the monitored path.
inbound_webhook
Receives HTTP POST at the Slates webhook URL. Parses JSON into payload (or stores raw body if not JSON). Configure your provider to POST here when supported.
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.
Common questions about connecting Firebase to AI agents with Metorial.