Skip to content

Firebase Unity 13.14.0

Latest

Choose a tag to compare

@AustinBenoit AustinBenoit released this 17 Jul 21:50
85ed916

Prebuilt versions of the libraries are available for download here for a zip file, here for individual asset package, or here for individual .tgz package for Unity Package Manager.

13.14.0

  • Changes
    • General: Update to Firebase C++ SDK version 13.10.0.
    • General (Android): Update to Firebase Android BoM version 34.16.0.
    • General (iOS): Update to Firebase Cocoapods version 12.16.0.
    • General (iOS): Fix issues with enabling new Swift Xcode Project type.
    • Crashlytics: Fix issues when parsing stripped stacktraces.
      (#1484)
    • Functions: Added support for Callable Functions Streaming via StreamAsync.
    • General: Implement automated linker rules merging for UPM packages to prevent managed code stripping from removing reflection-accessed methods (like FirebaseAuth and FirebaseAppCheck).