FirebaseFunctions

actual data class FirebaseFunctions
expect class FirebaseFunctions

FirebaseFunctions lets you call Cloud Functions for Firebase.

actual data class FirebaseFunctions
actual class FirebaseFunctions
actual data class FirebaseFunctions

Properties

Link copied to clipboard
val FirebaseFunctions.android: FirebaseFunctions
val FirebaseFunctions.android: FirebaseFunctions
Link copied to clipboard
val FirebaseFunctions.ios: FIRFunctions
Link copied to clipboard

Functions

Link copied to clipboard
actual fun httpsCallable(name: String, timeout: Duration?): HttpsCallableReference
expect fun httpsCallable(name: String, timeout: Duration? = null): HttpsCallableReference

Returns a reference to the callable HTTPS trigger with the given name.

actual fun httpsCallable(name: String, timeout: Duration?): HttpsCallableReference
actual fun httpsCallable(name: String, timeout: Duration?): HttpsCallableReference
actual fun httpsCallable(name: String, timeout: Duration?): HttpsCallableReference
Link copied to clipboard
Link copied to clipboard
actual fun useEmulator(host: String, port: Int)
expect fun useEmulator(host: String, port: Int)

Modifies this FirebaseFunctions instance to communicate with the Cloud Functions emulator.

actual fun useEmulator(host: String, port: Int)
actual fun useEmulator(host: String, port: Int)
actual fun useEmulator(host: String, port: Int)