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 {