Stay organized with collections
Save and categorize content based on your preferences.
Firestore connector for Workflows
Workflows 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.
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-03-26 UTC."],[[["Workflows is a Google Cloud product that enables the creation of serverless workflows by connecting various serverless tasks, Google Cloud APIs, and external APIs."],["A primary use case involves automating low-latency shipment processing by checking inventory levels and either requesting the shipment or initiating stock replenishment through a supplier's API."],["Workflows offers a dedicated connector for Firestore, facilitating integration with workflows."],["The Firestore connector allows workflows to interact with Firestore to make use of its features."]]],[]]