From 127a759682b3bfadd6a4ecd096e6655f75f43272 Mon Sep 17 00:00:00 2001 From: mansisampat Date: Fri, 3 Oct 2025 10:26:23 +0530 Subject: [PATCH] Update the backend endpoint for exchangeOidcToken to prod endpoint. --- packages/auth/src/core/auth/auth_impl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auth/src/core/auth/auth_impl.ts b/packages/auth/src/core/auth/auth_impl.ts index 67831d7ce35..76be8bb747a 100644 --- a/packages/auth/src/core/auth/auth_impl.ts +++ b/packages/auth/src/core/auth/auth_impl.ts @@ -97,7 +97,7 @@ export const enum DefaultConfig { API_HOST = 'identitytoolkit.googleapis.com', API_SCHEME = 'https', // TODO(sammansi): Update the endpoint before BYO-CIAM Private Preview Release. - REGIONAL_API_HOST = 'autopush-identityplatform.sandbox.googleapis.com/v2alpha/' + REGIONAL_API_HOST = 'identityplatform.googleapis.com/v2beta/' } export class AuthImpl implements AuthInternal, _FirebaseService {