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 bb4c638 commit 282d362Copy full SHA for 282d362
FirebaseAppDistribution/Sources/FIRAppDistribution.m
@@ -148,7 +148,7 @@ - (void)signInTesterWithCompletion:(void (^)(NSError *_Nullable error))completio
148
}
149
150
NSString *requestURL = [NSString
151
- stringWithFormat:@"https://appdistribution.firebase.dev/nba/pub/apps/%@/"
+ stringWithFormat:@"https://appdistribution.firebase.dev/pub/testerapps/%@/"
152
@"installations/%@/buildalerts?appName=%@",
153
[[FIRApp defaultApp] options].googleAppID, identifier, [self getAppName]];
154
0 commit comments