Firebase Unity SDK 11.3.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.
11.3.0
- Changes
- General: Update to Firebase C++ SDK version 11.3.0.
- General (Android): Update to Firebase Android BoM version 32.2.0.
- General (iOS): Update to Firebase Cocoapods version 10.12.0.
- General (Desktop): Fixed an error loading google-services.json and google-services-desktop.json from paths with international characters on Windows.
- Auth (Android): Fixed an issue where VerifyPhoneNumber's internal builder failed to create PhoneAuthOptions with certain compiler settings.
- Auth (iOS): Fixed an issue where functions that return AuthResult were not including updated credentials when encountering errors.
- Firestore (Android) Fix the intermittent global references exhaustion crash when working with documents with a large number of keys and/or large map and/or array fields. (#569).
- Remote Config (Desktop): Additional fix for handling of non-English time zone names on Windows.