firebase-cpp-sdk

Firebase C++ SDK

APACHE-2.0 License

Stars
276
Committers
48

Bot releases are visible (Hide)

firebase-cpp-sdk - Firebase C++ SDK 5.7.0

Published by a-maurice over 5 years ago

Prebuilt versions of the libraries are available for download here.

Release Notes

  • Overview
    • Deprecated functions in Remote Config, and updated Android and iOS dependency versions.
  • Changes
    • Remote Config: Config namespaces are now deprecated. You'll need to switch
      to methods that use the default namespace.
  • Known Issues
    • To work around a incompatible dependency, AdMob temporarily requires an
      additional dependency on
      com.google.android.gms:play-services-measurement-sdk-api:16.4.0
firebase-cpp-sdk - Firebase C++ SDK 5.6.0

Published by a-maurice over 5 years ago

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.