Skip to content

Commit 64a5a86

Browse files
authored
Update the backend endpoint for exchangeOidcToken to prod endpoint. (#9292)
1 parent 644ded1 commit 64a5a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/src/core/auth/auth_impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export const enum DefaultConfig {
9797
API_HOST = 'identitytoolkit.googleapis.com',
9898
API_SCHEME = 'https',
9999
// TODO(sammansi): Update the endpoint before BYO-CIAM Private Preview Release.
100-
REGIONAL_API_HOST = 'autopush-identityplatform.sandbox.googleapis.com/v2alpha/'
100+
REGIONAL_API_HOST = 'identityplatform.googleapis.com/v2beta/'
101101
}
102102

103103
export class AuthImpl implements AuthInternal, _FirebaseService {

0 commit comments

Comments
 (0)