Skip to content

Commit 02acacc

Browse files
authored
Fix tester sign in URL (#10773)
This was errantly updated to the correct new path without updating the host from `appdistribution.firebase.dev` to `appdistribution.firebase.google.com`.
1 parent bca6418 commit 02acacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAppDistribution/Sources/FIRAppDistribution.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ - (void)signInTesterWithCompletion:(void (^)(NSError *_Nullable error))completio
148148
}
149149

150150
NSString *requestURL = [NSString
151-
stringWithFormat:@"https://appdistribution.firebase.dev/pub/testerapps/%@/"
151+
stringWithFormat:@"https://appdistribution.firebase.google.com/pub/testerapps/%@/"
152152
@"installations/%@/buildalerts?appName=%@",
153153
[[FIRApp defaultApp] options].googleAppID, identifier, [self getAppName]];
154154

0 commit comments

Comments
 (0)