We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d818e commit 4e7b492Copy full SHA for 4e7b492
src/commands/appdistribution-distribute.ts
@@ -94,7 +94,7 @@ export const command = new Command("appdistribution:distribute <release-binary-f
94
const testDevices = parseTestDevices(options.testDevices, options.testDevicesFile);
95
if (testCases.length && (options.testUsernameResource || options.testPasswordResource)) {
96
throw new FirebaseError(
97
- "Password and username resource names are not supported for the AI testing agent.",
+ "Password and username resource names are not supported for the testing agent.",
98
);
99
}
100
const loginCredential = getLoginCredential({
0 commit comments