diff --git a/.github/workflows/test-changed-auth.yml b/.github/workflows/test-changed-auth.yml index b72c7cd9e2d..af0f71e00ff 100644 --- a/.github/workflows/test-changed-auth.yml +++ b/.github/workflows/test-changed-auth.yml @@ -23,7 +23,7 @@ env: # the behavior to use the new URLs. CHROMEDRIVER_CDNURL: https://googlechromelabs.github.io/ CHROMEDRIVER_CDNBINARIESURL: https://storage.googleapis.com/chrome-for-testing-public - CHROME_VALIDATED_VERSION: linux-120.0.6099.71 + CHROME_VALIDATED_VERSION: linux-132.0.6834.110 # Bump Node memory limit NODE_OPTIONS: "--max_old_space_size=4096" @@ -119,4 +119,4 @@ jobs: - name: Run tests on changed packages run: yarn test:changed auth env: - BROWSERS: 'WebkitHeadless' \ No newline at end of file + BROWSERS: 'WebkitHeadless' diff --git a/packages/auth/src/core/auth/auth_impl.ts b/packages/auth/src/core/auth/auth_impl.ts index 2651fe43af9..20df2390774 100644 --- a/packages/auth/src/core/auth/auth_impl.ts +++ b/packages/auth/src/core/auth/auth_impl.ts @@ -95,7 +95,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 = 'identityplatform.googleapis.com/v2alpha/' + REGIONAL_API_HOST = 'autopush-identityplatform.sandbox.googleapis.com/v2alpha/' } export class AuthImpl implements AuthInternal, _FirebaseService {