[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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. |"]]