Skip to content

Releases: firebase/firebase-unity-sdk

Firebase Unity SDK 11.5.0

21 Sep 22:34
fa6251a
Compare
Choose a tag to compare

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.

11.5.0

  • Changes
    • General: Update to Firebase C++ SDK version 11.5.0.
    • General (Android): Update to Firebase Android BoM version 32.3.1.
    • General (iOS): Update to Firebase Cocoapods version 10.15.0.
    • General (Android): Made dynamic code files read only to comply with new Android 14 security requirements. This fixes a crash at API level 34+.
    • Analytics (iOS): Added InitiateOnDeviceConversionMeasurementWithPhoneNumber function to facilitate the on-device conversion measurement API.

Firebase Unity SDK 11.4.0

17 Aug 17:24
0d7e46d
Compare
Choose a tag to compare

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.

11.4.0

  • Changes
    • General: Update to Firebase C++ SDK version 11.4.0.
    • General (Android): Update to Firebase Android BoM version 32.2.2.
    • General (iOS): Update to Firebase Cocoapods version 10.13.0.
    • General (iOS): 32-bit iOS builds (i386 and armv7) are no longer supported.
    • Auth: Fixed a potential crash with holding onto FirebaseUser objects after the AuthResult has been disposed.

Firebase Unity SDK 11.3.0

20 Jul 15:30
d7db211
Compare
Choose a tag to compare

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.

11.3.0

  • Changes
    • General: Update to Firebase C++ SDK version 11.3.0.
    • General (Android): Update to Firebase Android BoM version 32.2.0.
    • General (iOS): Update to Firebase Cocoapods version 10.12.0.
    • General (Desktop): Fixed an error loading google-services.json and google-services-desktop.json from paths with international characters on Windows.
    • Auth (Android): Fixed an issue where VerifyPhoneNumber's internal builder failed to create PhoneAuthOptions with certain compiler settings.
    • Auth (iOS): Fixed an issue where functions that return AuthResult were not including updated credentials when encountering errors.
    • Firestore (Android) Fix the intermittent global references exhaustion crash when working with documents with a large number of keys and/or large map and/or array fields. (#569).
    • Remote Config (Desktop): Additional fix for handling of non-English time zone names on Windows.

Firebase Unity SDK 11.2.0

23 Jun 17:19
3ba328d
Compare
Choose a tag to compare

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.

11.2.0

  • Changes
    • General: Update to Firebase C++ SDK version 11.2.0.
    • General (Android): Update Firebase Android BoM dependencies to v32.1.1.
    • General (iOS): Update Firebase Cocoapods dependencies to v10.11.0.
    • Remote Config (Desktop): Fixed numeric conversion when the system language's number format uses commas as decimal points.
    • Remote Config (Desktop): Fixed handling of time zones on Windows when the time zone name in the current system language contains an accented character or apostrophe.

Firebase Unity SDK 11.1.0

01 Jun 19:13
af5b749
Compare
Choose a tag to compare

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.

  • Changes
    • General: Update to Firebase C++ SDK version 11.1.0.
    • General (Android): Update Firebase Android BoM dependencies to v32.1.0.
    • General (iOS): Update Firebase Cocoapods dependencies to v10.10.0.
    • General (Android): Fix for deadlock within JniResultCallback, commonly seen within Messaging, but affecting other products as well.
    • General: Fix an issue where AppCheck bundles were unintentionally included in App in the tgz.
    • Auth: Fix a crash that could occur when referencing CurrentUser.
    • Auth: Remove internal methods.
    • Database/Firestore (Desktop): Fixed a crash on Windows when the user's home directory contains non-ANSI characters (Unicode above U+00FF).
    • Storage (Desktop): Fixed a crash on Windows when uploading files from a path containing non-ANSI characters (Unicode above U+00FF).

Firebase Unity SDK - Firestore prototype fix

17 May 17:52
36c3398
Compare
Choose a tag to compare

This is a pre-release version for use at your own risk. Download the zip file firebase_unity_sdk_firestore_prototype_fix_0.zip in Assets below.

This version is based on the v11.0.0 release and contains a prototype fix for the Android global refs exhaustion crash in Firestore (see #569).

Firebase Unity SDK 11.0.0

09 May 18:48
ce07621
Compare
Choose a tag to compare

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.

  • Changes
    • General (Android): Update Firebase Android BoM dependencies to v31.3.0.
    • General (iOS): Update Firebase Cocoapods dependencies to v10.7.0.
    • App Check: Adds support for Firebase App Check on Android, iOS, tvOS, and desktop platforms. To learn more, see https://firebase.google.com/docs/app-check
    • Messaging: Remove deprecated calls Send, Subscribe, and Unsubscribe.
    • Remote Config (Android/iOS): Added support for real-time config updates. Use the new OnConfigUpdateListener API to get real-time updates. Existing FetchAsync and ActivateAsync APIs aren't affected by this change. To learn more, see Get started with Firebase Remote Config.
    • Auth: Deprecated a number of methods, appending _DEPRECATED to some of their names. This is a breaking change; you must either modify your code to refer to the _DEPRECATED methods, or switch to the new methods, which have new return types AuthResult (rather than SignInResult). The deprecated methods will be removed in the next major release of the Firebase Unity SDK. (Note: do not mix and match using the old and new methods or undefined behavior may result.)

Firebase Unity SDK 10.7.0

30 Mar 22:56
c18fc44
Compare
Choose a tag to compare

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.

  • Changes
    • General: Update to Firebase C++ SDK version 10.7.0.
    • General (Android): Update Firebase Android BoM dependencies to v31.3.0.
    • General (iOS): Update Firebase Cocoapods dependencies to v10.7.0.
    • Messaging (Android): Generate the custom MessagingUnityPlayerActivity as a Java file instead of precompiling it. This is to better support changes with the UnityPlayerActivity, and GameActivity options, in the Unity 2023 editor.

Firebase Unity SDK 10.6.0

09 Mar 22:03
b513916
Compare
Choose a tag to compare

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.

  • Changes
    • General (Android): Update to Firebase Android BoM version 31.2.3.
    • General (iOS): Update to Firebase Cocoapods version 10.6.0.

Firebase Unity SDK 10.5.0

16 Feb 23:19
667b6c7
Compare
Choose a tag to compare

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.

  • Changes
    • General (Android): Update to Firebase Android BoM version 31.2.1.
    • General (iOS): Update to Firebase Cocoapods version 10.5.0.