Firebase.Functions.HttpsCallableReference

Represents a reference to a Google CloudFunctions HTTPS callable function.

Summary

Represents a reference to a Google CloudFunctions HTTPS callable function. (seeGoogle Cloud Functions)

Properties

Functions
Returns theFirebaseFunctions service which created this reference.

Public functions

CallAsync()
...
CallAsync(object data)
...

Properties

Functions

FirebaseFunctionsFunctions

Returns theFirebaseFunctions service which created this reference.

Details
Returns
TheFirebaseFunctions service.

Public functions

CallAsync

Task<HttpsCallableResult>CallAsync()

...

Details
Returns
A Task with the result of the function call.

CallAsync

Task<HttpsCallableResult>CallAsync(objectdata)

...

Details
Parameters
data
The data to pass to the function.
Returns
A Task with the result of the function call.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2022-07-27 UTC.