NativeCollectionReference

actual typealias NativeCollectionReference = CollectionReference(source)
actual typealias NativeCollectionReference = FIRCollectionReference
actual data class NativeCollectionReference(val js: CollectionReference) : NativeQuery(source)
actual typealias NativeCollectionReference = CollectionReference

Constructors

Link copied to clipboard
constructor(js: CollectionReference)

Properties

Link copied to clipboard
open override val js: CollectionReference