Skip to content

Releases: firebase/firebase-cpp-sdk

Firebase C++ SDK 13.10.0

Choose a tag to compare

@AustinBenoit AustinBenoit released this 14 Jul 22:52
452e19b

Prebuilt versions of the libraries are available for download here.

13.10.0

  • Changes
    • General (Android): Update to Firebase Android BoM version 34.16.0.
    • General (iOS): Update to Firebase Cocoapods version 12.16.0.
    • General (iOS): Fixed a startup crash on iOS 15 and 16 due to a missing __libcpp_verbose_abort symbol.
    • General: Upgraded FlatBuffers dependency to v25.2.10 across both native C++ and Java/Android components.
    • Remote Config (Desktop): Added flexbuffer integrity checks before parsing to prevent crashes on invalid/malformed data.

Firebase C++ SDK 13.9.0

Choose a tag to compare

@a-maurice a-maurice released this 22 Jun 19:16
3d7ce2a

Prebuilt versions of the libraries are available for download here.

13.9.0

  • Changes
    • General (Android): Update to Firebase Android BoM version 34.15.0.
    • General (iOS): Update to Firebase Cocoapods version 12.15.0.
    • Auth (Desktop): Fixes Auth requests when App Check is enabled.

Firebase C++ SDK 13.8.0

Choose a tag to compare

@AustinBenoit AustinBenoit released this 02 Jun 21:34
f9be3e3

Prebuilt versions of the libraries are available for download here.

13.8.0

  • Changes
    • General (Android): Update to Firebase Android BoM version 34.14.0.
    • General (iOS): Update to Firebase Cocoapods version 12.14.0.
    • General (iOS, tvOS, Desktop): iOS, tvOS, and macOS SDKs are now built
      using Xcode 26.2.

Firebase C++ SDK 13.7.0

Choose a tag to compare

@a-maurice a-maurice released this 12 May 22:12
6c82c64

Prebuilt versions of the libraries are available for download here.

13.7.0

  • Changes
    • General (Android): Update to Firebase Android BoM version 34.13.0.
    • General (iOS): Update to Firebase Cocoapods version 12.13.0.
    • Analytics: Add in LogAppleTransaction for logging Storekit 2 transactions on iOS.

Firebase C++ SDK 13.6.0

Choose a tag to compare

@AustinBenoit AustinBenoit released this 14 Apr 20:36
8857cd2

Prebuilt versions of the libraries are available for download here.

13.6.0

  • Changes
    • General (Android): Update to Firebase Android BoM version 34.12.0.
    • General (iOS): Update to Firebase Cocoapods version 12.12.0.
    • Functions (general): Add in support for Limited Use Tokens.
    • Storage: Added List API for all platforms, which gets the list of items under a StorageReference

Firebase C++ SDK 13.5.0

Choose a tag to compare

@a-maurice a-maurice released this 03 Mar 22:09
d482fe8

Prebuilt versions of the libraries are available for download here.

13.5.0

  • Changes
    • General (Android): Update to Firebase Android BoM version 34.10.0.
    • General (iOS): Update to Firebase Cocoapods version 12.10.0.
    • App Check: Add in support for Limited Use Tokens.
    • Firestore (iOS): Fix crash when using Auth or App Check Credentials.

Firebase C++ SDK 13.4.0

Choose a tag to compare

@a-maurice a-maurice released this 21 Jan 19:30
128896e

Prebuilt versions of the libraries are available for download here.

13.4.0

  • Changes
    • General (Android): Update to Firebase Android BoM version 34.8.0.
    • General (iOS): Update to Firebase Cocoapods version 12.8.0.
    • General (Desktop): Fix crashes on older CPUs and MSVC versions.

Firebase C++ SDK 13.3.0

Choose a tag to compare

@a-maurice a-maurice released this 18 Nov 22:31
52db94f

Prebuilt versions of the libraries are available for download here.

  • Changes
    • General (Android): Update to Firebase Android BoM version 34.6.0.
    • General (iOS): Update to Firebase Cocoapods version 12.6.0.
    • Storage: Add support for Firebase Storage emulator via UseEmulator. The UseEmulator method should be called before invoking any other methods on a new instance of Storage. Default port is 9199.
    • Analytics: Add support for SetDefaultEventParameters in Android and iOS. Adds parameters that will be set on every event logged from the SDK, including automatic ones.
    • Analytics: Enables LogEvent to take in a vector of parameters.

Firebase C++ SDK 13.2.0

Choose a tag to compare

@a-maurice a-maurice released this 14 Oct 22:48
f222d7a

Prebuilt versions of the libraries are available for download here.

  • Changes
    • General (Android): Update to Firebase Android BoM version 34.4.0.
    • General (iOS): Update to Firebase Cocoapods version 12.4.0.

Firebase C++ SDK 13.1.0

Choose a tag to compare

@a-maurice a-maurice released this 03 Sep 19:31
292c799

Prebuilt versions of the libraries are available for download here.

  • Changes
    • General (Android): Update to Firebase Android BoM version 34.2.0.
    • General (iOS): Update to Firebase Cocoapods version 12.2.0.
    • Storage (iOS): Handle absolute paths being provided to GetFile. (#1724)