From c014dc5ae48ee0ec06153888fd56022042258b92 Mon Sep 17 00:00:00 2001 From: Mathusan Selvarajah Date: Thu, 21 Nov 2024 15:58:18 -0500 Subject: [PATCH] Update CHANGELOG to include App Hosting emulator (#7985) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c49f2903c4..68c66c9a173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ - Fixes an issue where `emulators:exec` would return a 0 error code when emulators failed to start. (#7974) - Added `--import` and `emulators:export` support to the Data Connect emulator. - Added `firebase.json#emulators.dataconnect.dataDir`. When set, Data Connect data will be persisted to the configured directory between emulator runs. +- Added App Hosting Emulator: https://firebase.google.com/docs/app-hosting/emulate +- Added `apphosting:config:export` to export App Hosting configurations such as secrets into an apphosting.local.yaml file, to be used by the emulator