Firebase C++ SDK 8.8.0
Prebuilt versions of the libraries are available for download here.
- Changes
- General: Fixed a data race that could manifest as null pointer dereference in
FutureBase::Release()
. (#747) - General (iOS): iOS SDKs are now built using Xcode 12.4.
- General (Desktop): macOS SDKs are now built using Xcode 12.4.
- Auth (Desktop): Fixed a crash in
error_code()
when a request is cancelled or times out. (#737) - Firestore: Fix "unaligned pointers" build error on macOS Monterey (#712).
- Messaging (Android): Fixed crash during termination. (#739) (#745)
- Messaging (Android): Fixed crash during initialization. (#760)
- Remote Config (Desktop): Fixed cache expiration time value used by
RemoteConfig::FetchAndActivate()
. (#767)
- General: Fixed a data race that could manifest as null pointer dereference in