Skip to content

Firebase C++ SDK 13.3.0

Latest

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.