Releases: firebase/firebase-cpp-sdk
Releases · firebase/firebase-cpp-sdk
Firebase C++ SDK 6.0.0
Prebuilt versions of the libraries are available for download here.
Release Notes
- Overview
- Fixed issues in Auth and Messaging, removed Firebase Invites, removed deprecated functions in Firebase Remote Config, and deprecated a function in Firebase Analytics.
- Changes
- Updated Firebase iOS and Firebase Android dependencies.
- Auth: Fixed a race condition updating the current user.
- Messaging (iOS/Android): Fix an issue where Subscribe and Unsubscribe never returned if the API was configured not to receive a registration token.
- Invites: Removed Firebase Invites library, as it is no longer supported.
- Remote Config: Removed functions using config namespaces.
- Analytics: Deprecated SetMinimumSessionDuration.
- 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.5.0
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.