Firebase Unity SDK 11.1.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 11.1.0.
- General (Android): Update Firebase Android BoM dependencies to v32.1.0.
- General (iOS): Update Firebase Cocoapods dependencies to v10.10.0.
- General (Android): Fix for deadlock within JniResultCallback, commonly seen within Messaging, but affecting other products as well.
- General: Fix an issue where AppCheck bundles were unintentionally included in App in the tgz.
- Auth: Fix a crash that could occur when referencing CurrentUser.
- Auth: Remove internal methods.
- Database/Firestore (Desktop): Fixed a crash on Windows when the user's home directory contains non-ANSI characters (Unicode above U+00FF).
- Storage (Desktop): Fixed a crash on Windows when uploading files from a path containing non-ANSI characters (Unicode above U+00FF).