Skip to content

Firebase C++ SDK 6.4.0

Compare
Choose a tag to compare
@a-maurice a-maurice released this 07 Sep 01:08

Prebuilt versions of the libraries are available for download here.

Release Notes

  • Overview
    • Updated dependencies, fixed issues with Futures and Auth persistence, and fixed a crash in Database.
  • Changes
    • General: Fixed an issue causing Futures to clear their data even if a reference was still being held.
    • Auth (Desktop): Fixed an issue with updated user info not being persisted.
    • Database (Desktop): Fixed a crash when saving a ServerTimestamp during a transaction.