← All releases

April 23, 2021

249.18.15

David EastFirebase at Google

πŸ“¦ Load data faster and lower your costs with Firestore data bundles You can now read several documents all at once, and then distribute this bundle of data in any way you like to many clients without...

Features

  • πŸ‘©β€πŸ‘§β€πŸ‘¦Multi-user support in Firebase CLI Changing accounts with the CLI used to require that you give consent in a browser popup. This meant that changing accounts couldn't be automated, until now... Now you can add users once with the new login:add command, and then switch between them using login:use. Read all about it in the release notes for CLI v9.9.
  • πŸ“¦ Load data faster and lower your costs with Firestore data bundles You can now read several documents all at once, and then distribute this bundle of data in any way you like to many clients without hitting the Firestore server. This can significantly reduce your cost. It also allows you to deliver a bundle of pre-seeded data with your app binary, so that your users can access the data even when they're offline the first time they use your app. Read all about it in the blog post.
  • πŸ” Run .NET Admin SDK Auth calls against Firebase emulator suite The Firebase Authentication APIs now support running against the Firebase emulator suite. You can enable the emulator mode by setting the FIREBASE\_AUTH\_EMULATOR\_HOST environment variable to point to the emulator. Check out the release notes for details.

πŸ“¦ Load data faster and lower your costs with Firestore data bundles You can now read several documents all at once, and then distribute this bundle of data in any way you like to many clients without hitting the Firestore server. This can significantly reduce your cost. It also allows you to deliver a bundle of pre-seeded data with your app binary, so that your users can access the data even when they're offline the first time they use your app. Read all about it in the blog post.