Skip to content

Commit

Permalink
Merge 8d66aca into 48e7f27
Browse files Browse the repository at this point in the history
  • Loading branch information
bkendall committed Nov 14, 2019
2 parents 48e7f27 + 8d66aca commit ea05bdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,3 +1,4 @@
* Fixes a bug where the Functions emulator ignored the "host" configuration (#1722)
* Fixes a bug where the Functions emulator accepted requests to too many paths (#1773)
* Adds printing of Firebase console links for Firebase Extensions after operations.
* Updated Firebase Extensions registry address.
2 changes: 1 addition & 1 deletion src/api.js
Expand Up @@ -117,7 +117,7 @@ var api = {
firebaseApiOrigin: utils.envOverride("FIREBASE_API_URL", "https://firebase.googleapis.com"),
firebaseExtensionsRegistryOrigin: utils.envOverride(
"FIREBASE_EXT_REGISTRY_ORIGIN",
"https://mods-registry.firebaseapp.com"
"https://extensions-registry.firebaseapp.com"
),
firedataOrigin: utils.envOverride("FIREBASE_FIREDATA_URL", "https://mobilesdk-pa.googleapis.com"),
firestoreOrigin: utils.envOverride("FIRESTORE_URL", "https://firestore.googleapis.com"),
Expand Down

0 comments on commit ea05bdf

Please sign in to comment.