We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170be93 commit 2d6da32Copy full SHA for 2d6da32
packages/auth/src/core/auth/auth_impl.ts
@@ -94,8 +94,7 @@ export const enum DefaultConfig {
94
TOKEN_API_HOST = 'securetoken.googleapis.com',
95
API_HOST = 'identitytoolkit.googleapis.com',
96
API_SCHEME = 'https',
97
- // TODO(sammansi): Update the endpoint before BYO-CIAM Private Preview Release.
98
- REGIONAL_API_HOST = 'autopush-identityplatform.sandbox.googleapis.com/v2alpha/'
+ REGIONAL_API_HOST = 'identityplatform.googleapis.com/v2beta/'
99
}
100
101
export class AuthImpl implements AuthInternal, _FirebaseService {
0 commit comments