Skip to content

Releases: firebase-unity/firebase-remote-config

12.1.0

28 Jun 02:13
Compare
Choose a tag to compare

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. (firebase/firebase-unity-sdk#1030).
  • Messaging (iOS): Fixed an issue with notifications being lost if they were received before Firebase Messaging was initialized. (firebase/firebase-unity-sdk#377).

12.0.0

10 May 02:59
Compare
Choose a tag to compare

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.

11.9.0

19 Apr 14:17
Compare
Choose a tag to compare

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. (firebase/firebase-unity-sdk#877).
  • Storage (Desktop): Removed 5-minute timeout for uploads and downloads. (firebase/firebase-unity-sdk#968).

11.8.1

30 Mar 04:03
Compare
Choose a tag to compare

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.
  • Firestore (iOS): Fix undefined absl symbols error.

11.7.0

14 Feb 05:36
Compare
Choose a tag to compare

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.

11.6.0

20 Oct 02:26
Compare
Choose a tag to compare

Changed:

  • Update to Firebase C++ SDK version 11.6.0.
  • (iOS) Update to Firebase Cocoapods version 10.16.0.

11.5.0

22 Sep 02:40
Compare
Choose a tag to compare

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.

11.4.0

18 Aug 02:55
Compare
Choose a tag to compare

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.

11.3.0

21 Jul 02:41
Compare
Choose a tag to compare
  • Change:

    • (Desktop) Additional fix for handling of non-English time zone names on Windows.

11.2.0

25 Jun 09:02
Compare
Choose a tag to compare
  • 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.