Skip to content

Releases: firebase/firebase-unity-sdk

Firebase Unity SDK 9.6.0

27 Sep 01:18
c851452
Compare
Choose a tag to compare

Prebuilt versions of the libraries are available for download here.

  • Changes
    • General: Updated Firebase C++ SDK dependencies to v9.6.0.
    • General (Android): Update Firebase Android BoM dependencies to v30.5.0.
    • General (iOS): Update Firebase Cocoapods dependencies to v9.6.0.

Firebase Unity SDK 9.5.0

12 Sep 21:33
a085deb
Compare
Choose a tag to compare

Prebuilt versions of the libraries are available for download here.

  • Changes
    • General: Updated Firebase C++ SDK dependencies to v9.5.0.
    • Crashlytics: Fix #218 that Firebase editor tool not loading when iOS build support is not installed.

Firebase Unity 9.4.0

10 Aug 22:57
87697c9
Compare
Choose a tag to compare

Prebuilt versions of the libraries are available for download here.

  • Changes
    • General: Updated Firebase C++ SDK dependencies to v9.4.0.

Firebase Unity SDK 9.3.0

26 Jul 23:59
30c3a58
Compare
Choose a tag to compare

Prebuilt versions of the libraries are available for download here.

  • Changes
    • General (Android, Linux): Fixed a concurrency bug where waiting for an event with a timeout could occasionally return prematurely, as if the timeout had occurred (#1021).

Firebase Unity SDK 9.2.0

14 Jul 16:55
3f0af59
Compare
Choose a tag to compare

Prebuilt versions of the libraries are available for download here.

  • Changes
    • Crashlytics: Fix requiring user code to reference Crashlytics when using il2cpp.
    • Firestore: Added TransactionOptions to control how many times a transaction will retry commits before failing (#318).
    • Database (Desktop): If the app data directory doesn't exist, create it. This fixes an issue with disk persistence on Linux.
    • Messaging (Android): Make sure all the resources are closed in RegistrationIntentService. (#973).

Firebase Unity 9.1.0

10 Jun 18:06
c596d72
Compare
Choose a tag to compare

Prebuilt versions of the libraries are available for download here.

  • Changes
    • General: Added a missing namespace to the Google.MiniJson.dll.
    • General (iOS): Fix an issue with bitcode not being enabled correctly.
    • Functions: Add a new method GetHttpsCallableFromURL, to create callables with URLs other than cloudfunctions.net.
    • Analytics (iOS): Added InitiateOnDeviceConversionMeasurementWithEmail function to facilitate the on-device conversion measurement API.

Firebase Unity 9.0.0

19 May 22:58
2dda243
Compare
Choose a tag to compare

Prebuilt versions of the libraries are available for download here.

  • Changes
    • General: Minimum supported editor version is now Unity 2018.
    • General (Editor, macOS): Add support for Apple Silicon chips. (#281)
    • General (iOS): Firebase Unity on iOS is now built using Xcode 13.3.1.
    • General (iOS): Fixed crash when running on iPhoneOS 12 and older.
    • Analytics: Removed deprecated event names and parameters.
    • Crashlytics (Android): Fixed a bug with missing symbols when enabling minification via proguard.
    • Messaging (Android): Fixed a bug with duplicate symbols when also using Functions. (#301)
    • 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.

Firebase Unity 8.10.1

04 May 23:26
e1ba4e7
Compare
Choose a tag to compare

Prebuilt versions of the libraries are available for download here.

  • Changes
    • General (Android): Fix an issue when building with mainTemplate.gradle (#266).

Firebase Unity 8.10.0

02 May 19:42
3f6aa29
Compare
Choose a tag to compare

Prebuilt versions of the libraries are available for download here.

  • Changes
    • General (Editor, macOS): Fix an issue when finding "python" executable.
    • General : Firebase Unity SDK starts to build using Unity 2019.
    • General : The prebuilt libraries start to generating from Unity SDK repo.