Firebase Unity SDK 12.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.
12.0.0
- 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
, useConfigSettings.MinimumFetchIntervalInMilliseconds
instead.