Skip to content

Firebase Unity SDK 11.0.0

Compare
Choose a tag to compare
@jonsimantov jonsimantov released this 09 May 18:48
· 188 commits to main since this release
ce07621

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, and Unsubscribe.
    • Remote Config (Android/iOS): Added support for real-time config updates. Use the new OnConfigUpdateListener API to get real-time updates. Existing FetchAsync and ActivateAsync 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 types AuthResult (rather than SignInResult). 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.)