Skip to content

Firebase C++ SDK 6.6.0

Compare
Choose a tag to compare
@a-maurice a-maurice released this 26 Sep 19:16

Prebuilt versions of the libraries are available for download here.

Release Notes

  • Overview
    • Update dependencies, fixed issues in Auth, Database and RemoteConfig
  • Changes
    • Auth (Android): Fixed assert when not using default app instance.
    • Auth (Desktop): Fixed not loading provider list from cached user data.
    • Database (Desktop): Fixed a crash that could occur when trying to keep a location in the database synced when you do not have permission.
    • Database (Desktop): Queries on locations in the database with query rules now function properly, instead of always returning "Permission denied".
    • Database (Desktop): Fixed the map-to-vector conversion when firing events that have maps containing enitrely integer keys.
    • Remote Config (Android): Fixed a bug when passing a Variant of type Blob to SetDefaults() on Android.