Skip to content

Firebase C++ SDK 5.6.0

Compare
Choose a tag to compare
@a-maurice a-maurice released this 16 Mar 19:52

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.