FirebaseFunctions

Functions

Link copied to clipboard
suspend fun getAndroidApp(appId: String, project: String? = null): GetAndroidAppResult
Link copied to clipboard
suspend fun getAppleApp(argument: suspend GetAppleAppPlainArgsBuilder.() -> Unit): GetAppleAppResult
suspend fun getAppleApp(appId: String, project: String? = null): GetAppleAppResult
Link copied to clipboard

A Google Cloud Firebase web application instance

suspend fun getWebApp(argument: suspend GetWebAppPlainArgsBuilder.() -> Unit): GetWebAppResult
suspend fun getWebApp(appId: String, project: String? = null): GetWebAppResult
Link copied to clipboard

A Google Cloud Firebase web application configuration To get more information about WebApp, see:

suspend fun getWebAppConfig(project: String? = null, webAppId: String): GetWebAppConfigResult