yarn firebase-tools 8.6.0
v8.6.0

latest releases: 13.8.0, 13.7.5, 13.7.4...
3 years ago
  • Adds support for Node.js 12 (beta) to Cloud Functions for Firebase. Specify "node":"12" in package.json or "runtime": "nodejs12" in firebase.json.

  • Enables runtime for Cloud Functions to be set in firebase.json (#2241, thanks @quentinvernot!), for example:

    {
      "functions": {
        "runtime": "nodejs10"
      }
    }
    
  • Fixes an issue where the suggested redeploy command for Firebase Functions was incorrect for names with dashes.

  • Adds the --export-on-exit flag to emulators:start and emulators:exec to automatically export emulator data on command exit (#2224)

  • Fixes support for camel-case query parameters in Firestore Emulator.

  • Adds support for != style queries in Firestore Emulator.

  • Fixes connecting to host 0.0.0.0 from Emulator UI.

Don't miss a new firebase-tools release

NewReleases is sending notifications on new releases.