Skip to content

Releases: firebase/firebase-unity-sdk

Firebase Unity SDK 11.0.0

09 May 18:48
ce07621

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

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

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

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.

Firebase Unity SDK 10.4.0

26 Jan 19:13
3ad1925

Choose a tag to compare

Prebuilt versions of the libraries are available for download here.

  • Changes
    • General (Android): Update to Firebase Android BoM version 31.2.0.
    • General (iOS): Update to Firebase Cocoapods version 10.4.0.
    • Firebase introduces Unity SDK support for tvOS. Supports Analytics, Authentication, Crashlytics, Database, Firestore, Cloud Functions, Installations, Messaging, Remote Config and Storage.
    • Analytics: Added SetConsent() and GetSessionIdAsync() APIs.
    • Crashlytics: Added ReportUncaughtExceptionsAsFatal property and LogExceptionAsFatal API.

Firebase Unity SDK 10.3.0

14 Dec 23:34
2f1b69e

Choose a tag to compare

Prebuilt versions of the libraries are available for download here.

  • Changes
    • General (Android): Update to Firebase Android BoM version 31.1.1.
    • General (iOS): Update to Firebase Cocoapods version 10.3.0.
    • Remote Config: Added ConfigSettings.MinimumFetchIntervalInMilliseconds, which should be used instead of MinimumFetchInternalInMilliseconds. The old one is considered deprecated, and will be removed with the next major release.

Firebase Unity SDK 10.2.0

30 Nov 18:48
30d6892

Choose a tag to compare

Prebuilt versions of the libraries are available for download here.

  • Changes
    • General (iOS): Update to Firebase Cocoapods version 10.2.0.
    • General (Android): Update to Firebase Android BoM version 31.1.0.

Firebase Unity SDK 10.1.1

17 Nov 23:31
ba1dd7d

Choose a tag to compare

Prebuilt versions of the libraries are available for download here.

  • Changes
    • General (Android): Update to Firebase Android BoM version 31.0.3.
    • Crashlytics (Android): Fixed an issue preventing native crashes from being reported for Android API 29+.

Firebase Unity SDK 10.1.0

07 Nov 21:51
110ce21

Choose a tag to compare

Prebuilt versions of the libraries are available for download here.

  • Changes
    • General: Update to Firebase C++ SDK version 10.1.0.
    • General (Android): Update to Firebase Android BoM version 31.0.2.
    • General (iOS): Update to Firebase Cocoapods version 10.1.0.
    • Crashlytics (Android): Fixed an issue with symbols being stripped when using the tgz package.
    • Firestore (Android): Reduce the number of JNI global references consumed when creating or updating documents (#1111).

Firebase Unity SDK 10.0.1

20 Oct 21:13
3a9b849

Choose a tag to compare

Prebuilt versions of the libraries are available for download here.

  • Changes
    • Crashlytics (Android): Fixed a critical issue that was causing background crashes in specific cases.