Skip to content

Firebase C++ SDK 9.0.0

Compare
Choose a tag to compare
@a-maurice a-maurice released this 10 May 19:32
· 470 commits to main since this release
1d1bba1

Prebuilt versions of the libraries are available for download here.

  • Changes
    • General (iOS): Firebase C++ on iOS is now built using Xcode 13.3.1.
    • General (Android): Firebase C++ on Android is now built against NDK version r21e.
    • General (Android): Support for gnustl (also known as libstdc++) has been removed. Please use libc++ instead. Android libraries have been moved from libs/android/ARCH/STL to libs/android/ARCH.
    • AdMob (iOS): Temporarily pinned AdMob dependency to a special version of the Google-Mobile-Ads-SDK Cocoapod, "7.69.0-cppsdk2", to maintain compatibility with version 9.x of the Firebase iOS SDK.
    • Analytics: Removed deprecated event names and parameters.
    • Realtime Database (Desktop): Fixed a bug handling server timestamps on 32-bit CPUs.
    • Storage (Desktop): Set Content-Type HTTP header when uploading with custom metadata.