Skip to content

Releases: firebase/firebase-cpp-sdk

Firebase C++ SDK 5.6.0

16 Mar 19:52

Choose a tag to compare

The Firebase C++ SDK is now open source!

Prebuilt versions of the libraries are available for download here.

Changes from 5.5.0:

  • General
    • Fixed a crash when deleting firebase::App before deleting other Firebase subsystems.
  • Firebase Authentication
    • (iOS) Added Game Center authentication.
  • Firebase Realtime Database
    • (Desktop) Reworked how cached server values work to be more in line with mobile implementations.
    • (Desktop) Simultaneous transactions are now supported.
    • (Desktop) The special Timestamp ServerValue is now supported.
    • (Desktop) KeepSynchronized is now supported.