Skip to content

Commit 91b3148

Browse files
authored
Update messaging around API_DISABLED status (#3934)
1 parent a51698e commit 91b3148

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

firebase-appdistribution-api/src/main/java/com/google/firebase/appdistribution/FirebaseAppDistributionException.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ public enum Status {
8383
/**
8484
* The Firebase App Distribution Tester API is disabled for this project.
8585
*
86-
* <p>The developer of this app must enable the API in the Google Cloud Console before using the
87-
* App Distribution SDK. See the <a
88-
* href="https://firebase.google.com/docs/app-distribution/set-up-alerts?platform=android">documentation</a>
89-
* for more information. If you enabled this API recently, wait a few minutes for the action to
90-
* propagate to our systems and retry.
86+
* <p>Before you use the App Distribution SDK in your app, you must enable the API in the Google
87+
* Cloud console. For more information, see the <a
88+
* href="https://firebase.google.com/docs/app-distribution/set-up-alerts?platform=android">documentation</a>.
89+
* If you enabled this API recently, wait a few minutes for the action to propagate to the App
90+
* Distribution systems, and retry.
9191
*/
9292
API_DISABLED,
9393
}

firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/impl/ErrorMessages.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class ErrorMessages {
5353
"The APK failed to install or installation was canceled by the tester.";
5454

5555
static final String API_DISABLED =
56-
"The App Distribution Tester API is disabled. It must be enabled in the Google Cloud Console. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.";
56+
"The App Distribution Tester API is disabled; you must enable it in the Google Cloud console. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.";
5757

5858
private ErrorMessages() {}
5959
}

0 commit comments

Comments
 (0)