※翻訳勉強中のため、間違っている可能性があります。
https://github.com/firebase/firebase-tools/releases/tag/v7.3.2
- Ensures
auth:export
results are fully flushed to the output file. - Fix bug in Firestore emulator where concurrent requests for the same transaction would sometimes hang.
- Fix bug in Firestore emulator where WriteResults for deletes had an
update_time
populated. - Set the predefined runtime environment variables in the functions emulator
auth:export
の結果が出力ファイルに完全にフラッシュされるようにします。- 同じトランザクションの同時リクエストが時々ハングするFirestoreエミュレータのバグを修正しました。
- 削除のWriteResultsに
update_time
が入力されていたFirestoreエミュレータのバグを修正しました。 - Functionsエミュレータで定義済みのランタイム環境変数を設定します。
Written with StackEdit.