React Native Firebase
Documentation
GitHub
npm
Preparing search index...
@react-native-firebase/functions
index
httpsCallable
Function httpsCallable
httpsCallable
<
RequestData
=
unknown
,
ResponseData
=
unknown
,
StreamData
=
unknown
,
>
(
functionsInstance
:
Functions
,
name
:
string
,
options
?:
HttpsCallableOptions
,
)
:
HttpsCallable
<
RequestData
,
ResponseData
,
StreamData
>
Returns a reference to the callable HTTPS trigger with the given name.
Type Parameters
RequestData
=
unknown
ResponseData
=
unknown
StreamData
=
unknown
Parameters
functionsInstance
:
Functions
name
:
string
Optional
options
:
HttpsCallableOptions
Returns
HttpsCallable
<
RequestData
,
ResponseData
,
StreamData
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation
Documentation
GitHub
npm
React Native Firebase
Loading...
Returns a reference to the callable HTTPS trigger with the given name.