Skip to content

Firebase C++ SDK 8.8.0

Compare
Choose a tag to compare
@cynthiajoan cynthiajoan released this 02 Dec 22:29
ce2a22d

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)