File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
firebase-firestore/src/main/java/com/google/firebase/firestore Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ private constructor(
143
143
144
144
fun execute (): Task <PipelineSnapshot > = execute(null )
145
145
146
- fun execute (options : RealtimePipelineOptions ): Task <PipelineSnapshot > = execute(options.options)
146
+ fun execute (options : PipelineOptions ): Task <PipelineSnapshot > = execute(options.options)
147
147
148
148
internal fun documentReference (key : DocumentKey ): DocumentReference {
149
149
return DocumentReference (key, firestore)
@@ -773,7 +773,7 @@ internal constructor(
773
773
774
774
fun execute (): Task <PipelineSnapshot > = execute(null )
775
775
776
- fun execute (options : PipelineOptions ): Task <PipelineSnapshot > = execute(options.options)
776
+ fun execute (options : RealtimePipelineOptions ): Task <PipelineSnapshot > = execute(options.options)
777
777
778
778
fun limit (limit : Int ): RealtimePipeline = append(LimitStage (limit))
779
779
You can’t perform that action at this time.
0 commit comments