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)

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
Returns
A Task with the result of the function call.