2020年1月22日水曜日

firebase-tools v7.8.1 release note 和訳

※翻訳勉強中のため、間違っている可能性があります。


https://github.com/firebase/firebase-tools/releases/tag/v7.8.1

  • Improved error handling when exporting users.
  • Fixes Firebase ext command and enables it to run without a project.
  • Fixes an issue where repeated invoations cause an EADDRINUSE error (#1815).

  • ユーザーのエクスポート時のエラー処理を改善しました。
  • Firebase の ext コマンドを修正し、プロジェクトなしで実行できるようにしました。
  • 繰り返し呼び出しが EADDRINUSE エラーを引き起こす問題を修正しました。(#1815)

Written with StackEdit.

2020年1月4日土曜日

firebase-tools v7.8.0 release note 和訳

※翻訳勉強中のため、間違っている可能性があります。


https://github.com/firebase/firebase-tools/releases/tag/v7.8.0

  • Fixes a bug where the Functions emulator ignored the “host” configuration (#1722)
  • Fixes a bug where the Functions emulator accepted requests to too many paths (#1773)
  • Modifies firebase ext:update to not perform update if the extension is already up to date.
  • Print Firebase Console links for Extensions after operations.
  • Updated Firebase Extensions registry address.
  • Adds the firebase init emulators command.
  • Adds a Cloud Pub/Sub Emulator (#1748).
  • Fixes a bug where the Firestore emulator was unable to serve rule coverage HTML reports.
  • Fixes a bug in the Firestore emulator where rapidly overwriting the same document could trigger exceptions.

  • Functions エミュレーターが "host" の構成を無視するバグを修正しました。(#1722)
  • Functions エミュレーターがあまりにも多くのパスへのリクエストを受け入れていたバグを修正しました。(#1773)
  • 拡張機能が既に最新の場合、更新を実行しないようにfirebase ext:updateを変更しました。
  • 操作後に Extensions の Firebase Console リンクを印刷します。
  • Firebase Extensions レジストリアドレスを更新しました。
  • firebase init emulatorsコマンドを追加しました。
  • Cloud Pub / Subエミュレーターを追加しました。(#1748)
  • Firestore エミュレーターがルールカバレッジHTMLレポートを提供できなかったバグを修正します。
  • 同じドキュメントをすばやく上書きすると例外が発生する可能性があった Firestore エミュレータのバグを修正しました。

Written with StackEdit.

2020年1月1日水曜日

firebase-tools v7.7.0 release note 和訳

※翻訳勉強中のため、間違っている可能性があります。


https://github.com/firebase/firebase-tools/releases/tag/v7.7.0

  • Fixed an issue in Firestore Emulator where batchGet and transactions does not work over REST.
  • Make additional setIamPolicy call when creating HTTP functions to ensure they continue to be publicly available.
  • Prevent duplicate rulesets from being created.

  • batchGet とトランザクションがRESTで機能しないFirestore Emulatorの問題を修正しました。
  • HTTP Functionsを作成するときに追加の setIamPolicy 呼び出しを行って、それらが引き続き公開されていることを確認します。
  • 重複するルールセットが作成されないようにします。

Written with StackEdit.