Releases: firebase/firebase-cpp-sdk
Releases · firebase/firebase-cpp-sdk
Firebase C++ SDK 5.7.0
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.
- Remote Config: Config namespaces are now deprecated. You'll need to switch
- 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
- To work around a incompatible dependency, AdMob temporarily requires an
Firebase C++ SDK 5.6.0
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::Appbefore deleting other Firebase subsystems.
- Fixed a crash when deleting
- 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.