Skip to content

Releases: firebase/firebase-unity-sdk

Firebase Unity SDK 12.2.1

04 Sep 21:29
223cc32
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.

12.2.1

  • Changes
    • Messaging: Fixed a crash when opening a push notification. (#1091).

Firebase Unity SDK 12.2.0

07 Aug 21:50
dfaf62b
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.

12.2.0

  • Changes
    • General: Update to Firebase C++ SDK version 12.2.0.
    • General (Android): Update to Firebase Android BoM version 33.1.2.
    • General (iOS): Update to Firebase Cocoapods version 11.0.0.
    • General: Update to EDM4U version 1.2.182.
    • Messaging: Deprecated the Dispose functions, as they are no longer necessary for cleaning up memory.

Firebase Unity SDK 12.1.0

27 Jun 20:12
159b2e8
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.

12.1.0

  • Changes
    • General: Update to Firebase C++ SDK version 12.1.0.
    • General (Android): Update to Firebase Android BoM version 33.1.1.
    • General (iOS): Update to Firebase Cocoapods version 10.28.1.
    • General: Update to EDM4U version 1.2.181.
    • Analytics (iOS): Add support for InitiateOnDeviceConversionMeasurementWithHashedEmailAddress and InitiateOnDeviceConversionMeasurementWithHashedPhoneNumber.
    • Messaging (Android): Fixed a potential race condition on receiving messages after cleanup. (#1030).
    • Messaging (iOS): Fixed an issue with notifications being lost if they were received before Firebase Messaging was initialized. (#377).

Firebase Unity SDK 12.0.0

09 May 21:04
d1d97e4
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.

12.0.0

  • Changes
    • General: Update to Firebase C++ SDK version 12.0.0.
    • General (Android): Update to Firebase Android BoM version 33.0.0.
    • General (Android): Updated minSdkVersion to 23, and targetSdkVersion and compileSdkVersion to 34.
    • General (iOS): Update to Firebase Cocoapods version 10.25.0.
    • General (iOS): Minimum iOS deployment target is now 13.0.
    • General: Minimum supported editor version is now Unity 2020.
    • Auth: Remove deprecated calls involving SignInResult, most of which were appended with _DEPRECATED.
    • Remote Config: Remove deprecated ConfigSettings.MinimumFetchInternalInMilliseconds, use ConfigSettings.MinimumFetchIntervalInMilliseconds instead.

Firebase Unity SDK 11.9.0

18 Apr 20:17
f3b2002
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.9.0

  • Changes
    • General: Update to Firebase C++ SDK version 11.10.0.
    • General (Android): Update to Firebase Android BoM version 32.8.1.
    • General (iOS): Update to Firebase Cocoapods version 10.24.0.
    • App Check: Fix potential crash when fetching a token. (#877).
    • Storage (Desktop): Removed 5-minute timeout for uploads and downloads. (#968).

Firebase Unity SDK 11.8.1

29 Mar 22:00
3343a19
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.8.1

  • Changes
    • Firestore (iOS): Fix undefined absl symbols error. (#974)

Firebase Unity SDK 11.8.0

13 Mar 22:05
162ea92
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.8.0

  • Changes
    • General: Update to Firebase C++ SDK version 11.9.0.
    • General (Android): Update to Firebase Android BoM version 32.7.4.
    • General (iOS): Update to Firebase Cocoapods version 10.22.0.
    • General (Android): Improve how property tag logic handles Unity 2022+.
    • Auth: Add FirebaseUser.SendEmailVerificationBeforeUpdatingEmailAsync, a new method to verify and change the User's email.
    • Auth: Deprecate the older method of updating emails, UpdateEmail.
    • Dynamic Links: The Dynamic Links SDK is now deprecated. See the support documentation for more information.

Firebase Unity SDK 11.7.0

13 Feb 20:23
5d6e520
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.7.0

  • Changes
    • General: Update to Firebase C++ SDK version 11.8.0.
    • General (Android): Update to Firebase Android BoM version 32.7.1.
    • General (iOS): Update to Firebase Cocoapods version 10.20.0.
    • Analytics: Updated the consent management API to include new consent signals.
    • Auth: Fix a bug where an anonymous account can't be linked with email password credential. For background, see Email Enumeration Protection

Firebase Unity SDK 11.6.0

19 Oct 22:44
db939cc
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.6.0

  • Changes
    • General: Update to Firebase C++ SDK version 11.6.0.
    • App Check: Fixed a crash when there are errors creating a provider. (#877)

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.