Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
};
}