Package-level declarations

Types

Link copied to clipboard
external interface Functions
Link copied to clipboard
external interface HttpsCallable
Link copied to clipboard
external interface HttpsCallableResult

Functions

Link copied to clipboard
external fun connectFunctionsEmulator(functions: Functions, host: String, port: Int)
Link copied to clipboard
external fun getFunctions(app: FirebaseApp? = definedExternally, regionOrCustomDomain: String? = definedExternally): Functions
Link copied to clipboard
external fun httpsCallable(functions: Functions, name: String, options: <Error class: unknown class>?): HttpsCallable
Link copied to clipboard
operator fun HttpsCallable.invoke(): <Error class: unknown class><HttpsCallableResult>
operator fun HttpsCallable.invoke(data: <Error class: unknown class>?): <Error class: unknown class><HttpsCallableResult>