-
- All Implemented Interfaces:
-
org.gradle.api.Named
public interface FirebaseProjectApplicationClient implements Named
-
-
Method Summary
Modifier and Type Method Description abstract Property<String>getApplicationId()The unique identifier for the Firebase application within the project. abstract Property<String>getProjectId()Same as FirebaseReleasesJanitorExtension.projectId, but, if set, will override it abstract Property<String>getReleaseVersion()Same as FirebaseReleasesJanitorExtension.releaseVersion, but, if set, will override it -
-
Method Detail
-
getApplicationId
abstract Property<String> getApplicationId()
The unique identifier for the Firebase application within the project. Can be found in the google-services.json file, in the "client" array, under the "client_info" object, under the "mobilesdk_app_id" field.
-
getProjectId
abstract Property<String> getProjectId()
Same as FirebaseReleasesJanitorExtension.projectId, but, if set, will override it
-
getReleaseVersion
abstract Property<String> getReleaseVersion()
Same as FirebaseReleasesJanitorExtension.releaseVersion, but, if set, will override it
-
-
-
-