- MISSING_CREDENTIALS =
"Missing authentication credentials. Check that your Firebase refresh token is set or that your service account file path is correct and try again."
- MISSING_APP_ID =
"Missing app id. Please check that the app parameter is set and try again"
- SERVICE_CREDENTIALS_NOT_FOUND =
"Service credentials file does not exist. Please check the service credentials path and try again"
- PARSE_SERVICE_CREDENTIALS_ERROR =
"Failed to extract service account information from the service credentials file"
- PARSE_FIREBASE_TOOLS_JSON_ERROR =
"Encountered error parsing json file. Ensure the firebase-tools.json file is formatted correctly"
- UPLOAD_RELEASE_NOTES_ERROR =
"App Distribution halted because it had a problem uploading release notes"
- UPLOAD_TESTERS_ERROR =
"App Distribution halted because it had a problem adding testers/groups"
- GET_RELEASE_TIMEOUT =
"App Distribution failed to fetch release information"
- REFRESH_TOKEN_ERROR =
"App Distribution could not generate credentials from the refresh token specified."
- APP_NOT_ONBOARDED_ERROR =
"App Distribution not onboarded"
- INVALID_APP_ID =
"App Distribution could not find your app. Make sure to onboard your app by pressing the \"Get started\" button on the App Distribution page in the Firebase console: https://console.firebase.google.com/project/_/appdistribution. App ID"
- INVALID_PROJECT =
"App Distribution could not find your Firebase project. Make sure to onboard an app in your project by pressing the \"Get started\" button on the App Distribution page in the Firebase console: https://console.firebase.google.com/project/_/appdistribution."
- INVALID_PATH =
"Could not read content from"
- INVALID_TESTERS =
"Could not enable access for testers. Check that the tester emails are formatted correctly, the groups exist and you are using group aliases (not group names) for specifying groups."
- INVALID_RELEASE_NOTES =
"Failed to add release notes"
- SERVICE_CREDENTIALS_ERROR =
"App Distribution could not generate credentials from the service credentials file specified"
- PLAY_ACCOUNT_NOT_LINKED =
"This project is not linked to a Google Play account."
- APP_NOT_PUBLISHED =
"This app is not published in the Google Play console."
- NO_APP_WITH_GIVEN_BUNDLE_ID_IN_PLAY_ACCOUNT =
"App with matching package name does not exist in Google Play."
- PLAY_IAS_TERMS_NOT_ACCEPTED =
"You must accept the Play Internal App Sharing (IAS) terms to upload AABs."
- INVALID_EMAIL_ADDRESS =
"You passed an invalid email address."
- TESTER_LIMIT_VIOLATION =
"Creating testers would exceed tester limit"
- EMPTY_TOKENS_FIELD =
"Unable to find \"tokens\" field in the firebase-tools.json file. Ensure that the file has a tokens field and try again"