← All releases

April 06, 2021

245.10.11

David EastFirebase at Google

Added support for multiple accounts via new commands login:use, login:add, and login:list.

Features

  • Fixed header parsing issue in Cloud Firestore emulator which was causing permission denined errors with JS SDK v8.3.2. (GitHub Issue #3258)
  • Fixed Cloud Firestore emulator's wrong behavior for documents which are created and deleted in a single transaction.
  • Added support for multiple accounts via new commands login:use, login:add, and login:list.
  • Added a retry for Quota Exceeded errors during Cloud Functions deployment. (GitHub Issue #2606, GitHub Issue #1372)
  • Fixed native module issues with some installations by removing fast-crc32c dependency. (GitHub Issue #3247, GitHub Issue #3239)
  • Removed unused dependencies. (GitHub Issue #3252)
  • Fixed an edge case with nextPageToken in batchGet in the Firebase Authentication emulator. (GitHub Issue #3231)

Added support for multiple accounts via new commands login:use, login:add, and login:list.