Firebase.
  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() | Task< HttpsCallableResult >...  | 
| CallAsync(object data) | Task< HttpsCallableResult >...  | 
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.  |