Optional
app: FirebaseAppFirebaseApp - This is the FirebaseApp instance that you want to use. If you don't pass one in, it will use the default FirebaseApp instance.
Private
errorA function that handles errors.
A custom response object that contains the response, message, description and status code.
any - The error object that was thrown by the service.
Calling Cloud functions as custom end point It takes an endpoint, payload and options as arguments and returns a promise that resolves to a custom endpoint response
A promise that resolves to a CustomEndPointResponse
The name of the endpoint you want to call.
This is the data you want to send to the cloud function.
Generated using TypeDoc
A constructor function that takes in an optional parameter of app. If app is passed in, it sets the appRef to the app. If app is not passed in, it sets the appRef to the default app.