Firebase Unity Sdk Versions Save

The Firebase SDK for Unity

v11.9.0

1 month ago

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).

v11.8.1

1 month ago

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)

v11.8.0

2 months ago

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.

v11.7.0

3 months ago

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

v11.6.0

6 months ago

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)

v11.5.0

7 months ago

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.

v11.4.0

9 months ago

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.

v11.3.0

9 months ago

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.

v11.2.0

10 months ago

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.

v11.1.0

11 months ago

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).