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