Skip to content

Commit

Permalink
Revert "Enable preferRest option by default for Firestore functions" (#…
Browse files Browse the repository at this point in the history
…6520)

* revert enabling preferrest by default
  • Loading branch information
blidd-google authored Nov 14, 2023
1 parent 61523b9 commit 11d6946
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Revert enabling preferRest by default to avoid performance degradations for some users (#6520).
- Fix blocking functions in the emulator when using multiple codebases (#6504).
- Add force flag call-out for bypassing prompts (#6506).
- Fixed an issue where the functions emulator did not respect the `--log-verbosity` flag (#2859).
Expand Down
1 change: 0 additions & 1 deletion src/functions/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,5 @@ export function loadFirebaseEnvs(
return {
FIREBASE_CONFIG: JSON.stringify(firebaseConfig),
GCLOUD_PROJECT: projectId,
FIRESTORE_PREFER_REST: "true",
};
}

0 comments on commit 11d6946

Please sign in to comment.