From 9f71df2825da87b76c37bf6aa38c7f3dbdbfa06e Mon Sep 17 00:00:00 2001 From: Sam Stern Date: Tue, 30 Jul 2019 11:26:50 -0700 Subject: [PATCH] Fix changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d08b95260c1..536bf967b95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ * Allow passing `GOOGLE_APPLICATION_CREDENTIALS` environment variable into the functions emulator. * Set FIREBASE_DATABASE_EMULATOR_HOST in emulators:exec. * Add upsert API for function triggers to the database emulator. -* Fixes issue where the RTDB emulator only honored the last functions trigger. \ No newline at end of file +* Fix a bug where only one RTDB function could be registered by using the RTDB emulator upsert API to register functions triggers. \ No newline at end of file