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