We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca84cd commit 0c1025bCopy full SHA for 0c1025b
1 file changed
packages/cloud_firestore/cloud_firestore/pipeline_example/lib/main.dart
@@ -988,7 +988,6 @@ class _PipelineExamplePageState extends State<PipelineExamplePage> {
988
_btn('24: lower/upper', _runPipeline24),
989
_btn('25: trim', _runPipeline25),
990
_btn('26: substring', _runPipeline26),
991
- // _btn('27: stringReplaceAll', _runPipeline27),
992
_btn('28: split', _runPipeline28),
993
_btn('29: join', _runPipeline29),
994
_btn('30: if_absent', _runPipeline30),
0 commit comments