SubcollectionSource

class SubcollectionSource : Stage


Summary

Public companion functions

SubcollectionSource
of(path: String)

Creates a SubcollectionSource with the given path.

Inherited functions

From com.google.firebase.firestore.pipeline.Stage
SubcollectionSource
SubcollectionSource
withOption(key: String, value: Boolean)

Specify named Boolean parameter

SubcollectionSource
withOption(key: String, value: Double)

Specify named Double parameter

SubcollectionSource
withOption(key: String, value: Field)

Specify named Field parameter

SubcollectionSource
withOption(key: String, value: Long)

Specify named Long parameter

SubcollectionSource
withOption(key: String, value: String)

Specify named String parameter

Public companion functions

of

fun of(path: String): SubcollectionSource

Creates a SubcollectionSource with the given path.

Parameters
path: String

The path of the subcollection that will be the source of this pipeline.