Stay organized with collectionsSave and categorize content based on your preferences.
Firestore connector for Workflows
Workflowsis a Google Cloud product you
can use to create serverless
workflows that link series of serverless tasks together in an order you define.
Combine functionality from Google Cloud's APIs, serverless products like
Cloud Run functions and Cloud Run, and calls to external APIs to create
flexible serverless applications.
Example use case
Automating low-latency shipment processing
For example, the architecture below implements a workflow that checks whether a
shipment can be executed based on inventory levels. It requests the shipment if
the stock levels are sufficient. Otherwise, it requests replenishment from a supplier using
their public API. In either case, the workflow immediately responds to
the caller about whether the shipment transaction will be accepted.
Firestore connector for Workflows
Workflows supports a connector for Firestore.
Use the connector to integrate Firestore into your workflows:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Firestore connector for Workflows\n=================================\n\n[Workflows](/workflows/docs/overview) is a Google Cloud product you can use to create serverless workflows that link series of serverless tasks together in an order you define. Combine functionality from Google Cloud's APIs, serverless products like Cloud Run functions and Cloud Run, and calls to external APIs to create flexible serverless applications.\n\n\u003cbr /\u003e\n\nExample use case\n----------------\n\n**Automating low-latency shipment processing**\n\nFor example, the architecture below implements a workflow that checks whether a\nshipment can be executed based on inventory levels. It requests the shipment if\nthe stock levels are sufficient. Otherwise, it requests replenishment from a supplier using\ntheir public API. In either case, the workflow immediately responds to\nthe caller about whether the shipment transaction will be accepted.\n\nFirestore connector for Workflows\n---------------------------------\n\nWorkflows supports a connector for Firestore.\nUse the connector to integrate Firestore into your workflows:\n\n- [Learn more about connectors.](/workflows/docs/connectors)\n- [See a sample workflow that uses Firestore.](/workflows/docs/reference/googleapis/firestore/Overview)\n\nWhat's next\n-----------\n\n- [See the Workflows quickstarts.](/workflows/docs/quickstarts)"]]