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::App
before 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.