The Firebase JS SDK is now in BETA!
This EAP site is no longer maintained. See the official Firebase Documentation site for the latest documentation and information about the Firebase JS SDK.

Home > @firebase/functions > getFunctions

getFunctions() function

Returns a Functions instance for the given app.

Signature:

export declare function getFunctions(app?: FirebaseApp, regionOrCustomDomain?: string): Functions;

Parameters

Parameter Type Description
app FirebaseApp The FirebaseApp to use.
regionOrCustomDomain string one of: a) The region the callable functions are located in (ex: us-central1) b) A custom domain hosting the callable functions (ex: https://mydomain.com)

Returns:

Functions