FirebaseFirestore

Constructors

Link copied to clipboard
constructor(native: NativeFirebaseFirestore)

Properties

Link copied to clipboard
val FirebaseFirestore.android: FirebaseFirestore
val FirebaseFirestore.android: FirebaseFirestore
Link copied to clipboard
Link copied to clipboard
val FirebaseFirestore.js: Firestore
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
suspend fun clearPersistence()
Link copied to clipboard
fun collection(collectionPath: String): CollectionReference
Link copied to clipboard
fun collectionGroup(collectionId: String): Query
Link copied to clipboard
suspend fun disableNetwork()
Link copied to clipboard
fun document(documentPath: String): DocumentReference
Link copied to clipboard
suspend fun enableNetwork()
Link copied to clipboard
suspend fun <T> runTransaction(func: suspend Transaction.() -> T): T
Link copied to clipboard
fun setLoggingEnabled(loggingEnabled: Boolean)
Link copied to clipboard
fun setSettings(persistenceEnabled: Boolean? = null, sslEnabled: Boolean? = null, host: String? = null, cacheSizeBytes: Long? = null)
Link copied to clipboard
fun useEmulator(host: String, port: Int)