Firebase.Functions.HttpsCallableReference

Represents a reference to a Google Cloud Functions HTTPS callable function.

Summary

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

Properties

Functions
Returns the FirebaseFunctions service which created this reference.

Public functions

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

Properties

Functions

FirebaseFunctions Functions

Returns the FirebaseFunctions service which created this reference.

Details
Returns
The FirebaseFunctions service.

Public functions

CallAsync

Task< HttpsCallableResult > CallAsync()

...

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

CallAsync

Task< HttpsCallableResult > CallAsync(
  object data
)

...

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