Skip to content

Commit e046aca

Browse files
author
Athira M
committed
prepare for testing
1 parent 4194b42 commit e046aca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/remote-config/src/client/rest_client.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ export class RestClient implements RemoteConfigFetchClient {
7777
this.firebaseInstallations.getToken()
7878
]);
7979

80-
const urlBase = 'https://staging-firebaseremoteconfig.sandbox.googleapis.com';
80+
const urlBase =
81+
window.FIREBASE_REMOTE_CONFIG_URL_BASE ||
82+
'https://firebaseremoteconfig.googleapis.com';
8183

8284
const url = `${urlBase}/v1/projects/${this.projectId}/namespaces/${this.namespace}:fetch?key=${this.apiKey}`;
8385

0 commit comments

Comments
 (0)