Stay organized with collections
Save and categorize content based on your preferences.
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
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.
[null,null,["Last updated 2022-07-27 UTC."],[],[],null,["# Firebase.Functions.HttpsCallableReference Class Reference\n\nFirebase.Functions.HttpsCallableReference\n=========================================\n\nRepresents a reference to a Google Cloud [Functions](/docs/reference/unity/namespace/firebase/functions#namespace_firebase_1_1_functions) HTTPS callable function.\n\nSummary\n-------\n\nRepresents a reference to a Google Cloud [Functions](/docs/reference/unity/namespace/firebase/functions#namespace_firebase_1_1_functions) HTTPS callable function. (see [Google Cloud Functions](https://cloud.google.com/functions/))\n\n| ### Properties ||\n|------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Functions](#class_firebase_1_1_functions_1_1_https_callable_reference_1a668f69adbc317d8af76c00ae15c55be7) | [FirebaseFunctions](/docs/reference/unity/class/firebase/functions/firebase-functions#class_firebase_1_1_functions_1_1_firebase_functions) Returns the [FirebaseFunctions](/docs/reference/unity/class/firebase/functions/firebase-functions#class_firebase_1_1_functions_1_1_firebase_functions) service which created this reference. |\n\n| ### Public functions ||\n|---------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [CallAsync](#class_firebase_1_1_functions_1_1_https_callable_reference_1a96190a87e3688d4c9909044df490303e)`()` | `Task\u003c `[HttpsCallableResult](/docs/reference/unity/class/firebase/functions/https-callable-result#class_firebase_1_1_functions_1_1_https_callable_result)` \u003e` ... |\n| [CallAsync](#class_firebase_1_1_functions_1_1_https_callable_reference_1a52f9e8fc0c45fe2e0f9c6907fffeb049)`(object data)` | `Task\u003c `[HttpsCallableResult](/docs/reference/unity/class/firebase/functions/https-callable-result#class_firebase_1_1_functions_1_1_https_callable_result)` \u003e` ... |\n\nProperties\n----------\n\n### Functions\n\n```c#\nFirebaseFunctions Functions\n``` \nReturns the [FirebaseFunctions](/docs/reference/unity/class/firebase/functions/firebase-functions#class_firebase_1_1_functions_1_1_firebase_functions) service which created this reference.\n\n\u003cbr /\u003e\n\n| Details ||\n|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **Returns** | The [FirebaseFunctions](/docs/reference/unity/class/firebase/functions/firebase-functions#class_firebase_1_1_functions_1_1_firebase_functions) service. |\n\nPublic functions\n----------------\n\n### CallAsync\n\n```c#\nTask\u003c HttpsCallableResult \u003e CallAsync()\n``` \n...\n\n\u003cbr /\u003e\n\n| Details ||\n|-------------|----------------------------------------------|\n| **Returns** | A Task with the result of the function call. |\n\n### CallAsync\n\n```c#\nTask\u003c HttpsCallableResult \u003e CallAsync(\n object data\n)\n``` \n...\n\n\u003cbr /\u003e\n\n| Details ||\n|-------------|-----------------------------------------------------------------------------------------------|\n| Parameters | |--------|-----------------------------------| | `data` | The data to pass to the function. | |\n| **Returns** | A Task with the result of the function call. |"]]