Skip to content

docs(kits): remove stale factory-pattern references - #2930

Open
cabljac wants to merge 1 commit into
kitsfrom
docs/kits-remove-factory-refs
Open

docs(kits): remove stale factory-pattern references#2930
cabljac wants to merge 1 commit into
kitsfrom
docs/kits-remove-factory-refs

Conversation

@cabljac

@cabljac cabljac commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

The define-factory tier was dropped from the kits pattern; the reference package (firestore-bigquery-export) now wires triggers directly at module top level with deploy-time param expressions.

Two docs still described the old shape:

  • kits/firestore-incremental-capture/src/index.ts - stub comment described a "define... factory (tier 3)"
  • kits/firestore-translate-text/SPEC.md - step 3 said to pass the secret "into factory secrets"

Both updated to describe the current pattern (direct trigger wiring, secrets via the trigger's secrets option).

The define-factory tier was dropped; index.ts now wires triggers directly
with param expressions. Update the incremental-capture stub comment and
translate-text SPEC to match.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates documentation and code comments in the firestore-incremental-capture and firestore-translate-text packages to clarify trigger wiring details and how secrets are passed to trigger options. There are no review comments, and I have no feedback to provide.

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