Releases: firebase/firebase-unity-sdk
Firebase Unity SDK 11.0.0
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
, andUnsubscribe
. - Remote Config (Android/iOS): Added support for real-time config updates. Use the new
OnConfigUpdateListener
API to get real-time updates. ExistingFetchAsync
andActivateAsync
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 typesAuthResult
(rather thanSignInResult
). 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
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
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
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
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()
andGetSessionIdAsync()
APIs. - Crashlytics: Added
ReportUncaughtExceptionsAsFatal
property andLogExceptionAsFatal
API.
Firebase Unity SDK 10.3.0
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 ofMinimumFetchInternalInMilliseconds
. The old one is considered deprecated, and will be removed with the next major release.
Firebase Unity SDK 10.2.0
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
Firebase Unity SDK 10.1.0
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).