CollectionReference

data class CollectionReference(val id: String, val name: String)

Constructors

Link copied to clipboard
constructor(id: String, name: String)

Properties

Link copied to clipboard
val id: String

The unique ID of the collection.

Link copied to clipboard

The name of the collection.