Skip to content

v6.9.1

Compare
Choose a tag to compare
@firebase-ops firebase-ops released this 08 May 17:50
· 3169 commits to master since this release
  • Fixes issue where functions for unsupported services caused a ReferenceError.
  • Fixes issue where headers and response codes for HTTP functions were lost.
  • Fixes issue where firebase serve does not properly start the Functions emulator.
  • Adds a devDependency on firebase-functions-test to the default functions init template to prevent emulator issues.
  • Fixes issue where the Firestore + RTDB emulators were starting on ports 5002/3 instead of 8080/9000
  • Adds a log message when emulators have successfully started.
  • Fixes error when using multiple @Google-Cloud APIs
  • Disable some advanced Functions emulator features when run through "firebase serve".
  • Fixes incorrect warning about Cloud Firestore emulator not running