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.
13.10.0
- Changes
- General: Update to Firebase C++ SDK version 13.6.0.
- General (Android): Update to Firebase Android BoM version 34.12.0.
- General (iOS): Update to Firebase Cocoapods version 12.12.0.
- Firebase AI: All Imagen models are deprecated and will shut down as early
as June 2026. As a replacement, you can
migrate your apps to use Gemini Image models (the "Nano Banana" models). - Firebase AI: Add support for the JsonSchema formatting.
- Firebase AI: Add support for simplified object generation with GenerateObjectAsync.
- Firebase AI: Add support for automated function calling in Chat with AutoFunctionDeclaration.
- Firebase AI: Add support for TemplateChatSession.
- Functions: Rewrote internal serialization logic to C#. Removes dependency on internal C++ implementation.