interop/functions_interop library
Classes
- CustomFunction
- ErrorJsImpl
- FunctionsJsImpl
- The Cloud Functions for Firebase service interface.
- HttpsCallableOptions
- An HttpsCallableOptions is an option to set timeout property
- HttpsCallableResultJsImpl
- An HttpsCallableResult wraps a single result from a function call.
- HttpsErrorJsImpl
- The set of Cloud Functions status codes. These status codes are also exposed by gRPC.
Functions
-
connectFunctionsEmulator(
FunctionsJsImpl functions, String host, int port) → void -
getFunctions(
[AppJsImpl? app, String? regionOrDomain]) → FunctionsJsImpl -
httpsCallable(
FunctionsJsImpl functions, String name, [HttpsCallableOptions? options]) → CustomFunction -
httpsCallableFromURL(
FunctionsJsImpl functions, String url, [HttpsCallableOptions? options]) → CustomFunction