Firebase_v1beta1Functions

Functions

Link copied to clipboard

Gets the specified AndroidApp.

suspend fun getAndroidApp(androidAppId: String, project: String? = null): GetAndroidAppResult
Link copied to clipboard

Gets the specified IosApp.

suspend fun getIosApp(argument: suspend GetIosAppPlainArgsBuilder.() -> Unit): GetIosAppResult
suspend fun getIosApp(iosAppId: String, project: String? = null): GetIosAppResult
Link copied to clipboard

Gets the specified WebApp.

suspend fun getWebApp(argument: suspend GetWebAppPlainArgsBuilder.() -> Unit): GetWebAppResult
suspend fun getWebApp(project: String? = null, webAppId: String): GetWebAppResult