← All releases

April 02, 2021

244.8.10

Frank van PuffelenFirebase at Google

🐞 Fewer unreported crashes in Crashlytics In BoM version 26.8 of the Android SDK we fixed a bug that could cause Crashlytics to miss events if it was unable to read the battery state of the device. I...

Features

  • 🏎 Faster event reporting in Performance Monitoring Performance Monitoring events now show up in the console within minutes, instead of taking hours. So upgrade to the latest version of the SDK for your platform, and read all about it in the FAQ
  • 🐞 Fewer unreported crashes in Crashlytics In BoM version 26.8 of the Android SDK we fixed a bug that could cause Crashlytics to miss events if it was unable to read the battery state of the device. If this happens, Crashlytics will now report default values for the battery state. Check out GitHub PR #2504 for more.
  • 🔐 Manage RTDB emulator security rules through the API You can now manage the security rules of the Realtime Database emulator through the existing rules management API in the Node.js Admin SDK. So if you're already using methods like getRules() and setRules() to programmatically set the security rules of your project, those rules will now automatically connect to the local emulator when the emulator mode is enabled. Read more about it in the release notes for the Node.js Admin SDK.

🐞 Fewer unreported crashes in Crashlytics In BoM version 26.8 of the Android SDK we fixed a bug that could cause Crashlytics to miss events if it was unable to read the battery state of the device. If this happens, Crashlytics will now report default values for the battery state. Check out GitHub PR #2504 for more.