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

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.

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

Last updated 2022-07-27 UTC.