Skip to content

Conversation

lisajian
Copy link

@lisajian lisajian commented Sep 9, 2025

Description

Adds basic FDC function trigger for onMutationExecuted

uv run pytest passes locally

Internal tracking bug: b/436623435

Code sample

from firebase_functions import dataconnect_fn

@dataconnect_fn.on_mutation_executed(
  service="service-id",
  connector="connector-id",
  operation="mutation-name"
):
def mutation_executed_handler(event: dataconnect_fn.Event):
  pass

See go/fdc-eventarc-functions-sdk for more information

@lisajian lisajian requested a review from taeold September 9, 2025 00:15
@lisajian lisajian marked this pull request as ready for review September 9, 2025 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant