Jump to top

HttpsCallableOptions

interface

An HttpsCallableOptions object that can be passed as the second argument to firebase.functions().httpsCallable(name, HttpsCallableOptions).

Properties

timeout

</>

The timeout property allows you to control how long the application will wait for the cloud function to respond in milliseconds.

timeout: undefined | number;