Skip to content

v3.0.0

Compare
Choose a tag to compare
@thechenky thechenky released this 12 Jun 22:57
· 590 commits to master since this release
  • [breaking change] The Firebase Functions SDK no longer supports Node 6. Developers must use Node 8.13.0 or higher.
  • [breaking change] The Firebase Functions SDK no longer supports Firebase Tools SDK below version 6.8.0.
  • [breaking change] FIREBASE_PROJECT environment variable is no longer supported and has been supplanted by FIREBASE_CONFIG.
  • Fixed bug in Node 10 where events from Node 10 were not parsed properly resulting in undefined.
  • Set GCLOUD_PROJECT from FIREBASE_CONFIG when missing.