Skip to content

Commit 11d6946

Browse files
authored
Revert "Enable preferRest option by default for Firestore functions" (#6520)
* revert enabling preferrest by default
1 parent 61523b9 commit 11d6946

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- Revert enabling preferRest by default to avoid performance degradations for some users (#6520).
12
- Fix blocking functions in the emulator when using multiple codebases (#6504).
23
- Add force flag call-out for bypassing prompts (#6506).
34
- Fixed an issue where the functions emulator did not respect the `--log-verbosity` flag (#2859).

src/functions/env.ts

-1
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,5 @@ export function loadFirebaseEnvs(
410410
return {
411411
FIREBASE_CONFIG: JSON.stringify(firebaseConfig),
412412
GCLOUD_PROJECT: projectId,
413-
FIRESTORE_PREFER_REST: "true",
414413
};
415414
}

0 commit comments

Comments
 (0)