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 644ded1 commit 64a5a86Copy full SHA for 64a5a86
packages/auth/src/core/auth/auth_impl.ts
@@ -97,7 +97,7 @@ export const enum DefaultConfig {
97
API_HOST = 'identitytoolkit.googleapis.com',
98
API_SCHEME = 'https',
99
// TODO(sammansi): Update the endpoint before BYO-CIAM Private Preview Release.
100
- REGIONAL_API_HOST = 'autopush-identityplatform.sandbox.googleapis.com/v2alpha/'
+ REGIONAL_API_HOST = 'identityplatform.googleapis.com/v2beta/'
101
}
102
103
export class AuthImpl implements AuthInternal, _FirebaseService {
0 commit comments