Details | |||
---|---|---|---|
Parameters |
| ||
Returns | a FirebaseFunctions instance. |
FirebaseFunctionsGetInstance(stringregion)
Returns the FirebaseFunctions , initialized with the default Firebase.FirebaseApp.
Details | |||
---|---|---|---|
Parameters |
| ||
Returns | a FirebaseFunctions instance. |
FirebaseFunctionsGetInstance(FirebaseAppapp,stringregion)
Returns the FirebaseFunctions , initialized with a custom Firebase.FirebaseApp and region.
Details | |||
---|---|---|---|
Parameters |
| ||
Returns | a FirebaseFunctions instance. |
HttpsCallableReferenceGetHttpsCallable(stringname)
Creates a HttpsCallableReference given a name.
HttpsCallableReferenceGetHttpsCallableFromURL(stringurl)
Creates a HttpsCallableReference given a URL.
HttpsCallableReferenceGetHttpsCallableFromURL(Uriurl)
Creates a HttpsCallableReference given a URL.
voidUseFunctionsEmulator(stringorigin)
Sets an origin of a Cloud Functions Emulator instance to use.
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-06-11 UTC.