Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions packages/auth/src/core/auth/auth_impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ export const enum DefaultConfig {
TOKEN_API_HOST = 'securetoken.googleapis.com',
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 {
Expand Down
Loading