FirebaseFunctions
FirebaseFunctions lets you call Cloud Functions for Firebase.
Functions
Link copied to clipboard
actual fun httpsCallable(name: String, timeout: <Error class: unknown class>?): HttpsCallableReference
expect fun httpsCallable(name: String, timeout: <Error class: unknown class>? = null): HttpsCallableReference
Returns a reference to the callable HTTPS trigger with the given name.
actual fun httpsCallable(name: String, timeout: <Error class: unknown class>?): HttpsCallableReference
Link copied to clipboard
Link copied to clipboard
Modifies this FirebaseFunctions instance to communicate with the Cloud Functions emulator.