We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61523b9 commit 11d6946Copy full SHA for 11d6946
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+- Revert enabling preferRest by default to avoid performance degradations for some users (#6520).
2
- Fix blocking functions in the emulator when using multiple codebases (#6504).
3
- Add force flag call-out for bypassing prompts (#6506).
4
- Fixed an issue where the functions emulator did not respect the `--log-verbosity` flag (#2859).
src/functions/env.ts
@@ -410,6 +410,5 @@ export function loadFirebaseEnvs(
410
return {
411
FIREBASE_CONFIG: JSON.stringify(firebaseConfig),
412
GCLOUD_PROJECT: projectId,
413
- FIRESTORE_PREFER_REST: "true",
414
};
415
}
0 commit comments