feat(firestore): remove beta tags for pipelines.#9772
Conversation
|
There was a problem hiding this comment.
Code Review
This pull request removes the @beta tags from the Firestore Pipelines API across multiple files, signaling the feature's move to a stable release. The review feedback identifies several instances where the removal of the tag left behind empty JSDoc blocks, specifically in pipeline.ts and stage.ts, and recommends deleting these blocks to improve code clarity.
efdb166 to
dbc4391
Compare
dbc4391 to
9a7fc49
Compare
dlarocque
left a comment
There was a problem hiding this comment.
LGTM but the docs need to be generated yarn docgen:all
Removing @beta tags for Firestore Pipelines and Expressions APIs as they move to General Availability.