Tags

Tags give the ability to mark specific points in history as being important
  • 13.7.0

    Version 13.7.0
    
    ### 13.7.0
    -   Changes
        - General: Update to Firebase C++ SDK version 13.4.0.
        - General (Android): Update to Firebase Android BoM version 34.8.0.
        - General (iOS): Update to Firebase Swift Package / Cocoapod version 12.8.0.
        - General: Update to EDM4U version 1.2.187.
        - General (iOS): Added support for linking against Swift Packages, instead
          of Cocoapods, via EDM4U.
        - Firebase AI: Added support for Thinking Levels, used by Gemini 3 models
          to define their thinking configuration, instead of Thinking Budget.
  • 13.6.0

    Version 13.6.0
    
    ### 13.6.0
    -   Changes
        - General: Update to Firebase C++ SDK version 13.3.0.
        - General (Android): Update to Firebase Android BoM version 34.6.0.
        - General (iOS): Update to Firebase Cocoapods version 12.6.0.
        - Analytics: Added `SetDefaultEventParameters()` which allows developers to
          specify a list  of parameters that will be set on every event logged.
        - Analytics: Added a new `LogEvent()` that take in a IEnumerable of
          parameters.
        - Firebase AI: Added support for using
          [Server Prompt Templates](https://firebase.google.com/docs/ai-logic/server-prompt-templates/get-started).
  • 13.5.0

    Version 13.5.0
    
    ### 13.5.0
    -   Changes
        - Firebase AI: Add support for receiving Live API Transcripts.
  • 13.4.0

    Version 13.4.0
    
    ### 13.4.0
    -   Changes
        - General: Update to Firebase C++ SDK version 13.2.0.
        - General (Android): Update to Firebase Android BoM version 34.4.0.
        - General (iOS): Update to Firebase Cocoapods version 12.4.0.
        - Firebase AI: Add support for Gemini's URL context tool.
        - Firebase AI: Add more specific methods for sending realtime data to
          the LiveSession. Deprecate the previous SendMediaChunksAsync method.
  • 13.3.0

    Version 13.3.0
    
    ### 13.3.0
    -   Changes
        - Firebase AI: Add support for enabling the model to use Code Execution.
        - Messaging: Fix crash when deleting a Message with a Notification.
          ([#1334](https://github.com/firebase/firebase-unity-sdk/issues/1334)).
  • 13.2.0

    Version 13.2.0
    
    ### 13.2.0
    -   Changes
        - General: Update to Firebase C++ SDK version 13.1.0.
        - General (Android): Update to Firebase Android BoM version 34.2.0.
        - General (iOS): Update to Firebase Cocoapods version 12.2.0.
        - Firebase AI: Add support for receiving Thought summaries when
          generating content.
        - Firebase AI: Remove `LiveGenerationConfig.CandidateCount`, since the
          connection fails silently when it is set.
  • 13.1.0

    Version 13.1.0
    
    ### 13.1.0
    -   Changes
        - Firebase AI: Add support for Developer API backend to LiveSessions.
  • 13.0.0

    Version 13.0.0
    
    ### 13.0.0
    -   Changes
        - General: Update to Firebase C++ SDK version 13.0.0.
        - General (Android): Update to Firebase Android BoM version 34.0.0.
        - General (iOS): Update to Firebase Cocoapods version 12.0.0.
        - General (iOS, tvOS): Minimum iOS and tvOS deployment target is now 15.0.
        - General: Minimum supported editor version is now Unity 2021.
        - Analytics: Removed deprecated `FirebaseAnalytics.ParameterGroupId`
          and `Parameter.Dispose` methods.
        - Auth: Removed deprecated `FirebaseUser.UpdateEmailAsync`.
        - Dynamic Links: Removed the Dynamic Links SDK. See the [support
          documentation](https://firebase.google.com/support/dynamic-links-faq)
          for more information.
        - Firebase AI: Add support for image generation via Imagen. For more info, see
          https://firebase.google.com/docs/ai-logic/generate-images-imagen
        - Firebase AI: Add support for Grounding with Google Search.
        - Firebase AI: Add support for defining a Thinking budget.
        - Firebase AI: Deprecated `CountTokensResponse.TotalBillableCharacters`, use
          `CountTokensResponse.TotalTokens` instead.
        - Firebase AI: Changed public field types for ReadOnlyMemory<byte> to byte[],
          and IEnumerable to IReadOnlyList.
        - Messaging: Removed deprecated `FirebaseMessage.Dispose`,
          `FirebaseNotification.Dispose`, and `MessagingOptions.Dispose` methods.
  • 12.10.1

    Version 12.10.1
    
    ### 12.10.1
    -   Changes
        - General (iOS): Change AppDelegate swizzling logic to not use `objc_copyClassList`,
          which was causing a slow startup, and crashes on iOS 15.
          ([#1268](https://github.com/firebase/firebase-unity-sdk/issues/1268)).
        - General (iOS): Added an option to explicitly specify your app's `AppDelegate` class
          name via the `FirebaseAppDelegateClassName` key in `Info.plist`. This
          provides a more direct way for Firebase to interact with your specified
          AppDelegate. See "Platform Notes > iOS Method Swizzling >
          Specifying Your AppDelegate Class Directly (iOS)" for details.
  • 12.10.0

    Version 12.10.0
    
    ### 12.10.0
    -   Changes
        - General: Update to Firebase C++ SDK version 12.8.0.
        - General (iOS): Update to Firebase Cocoapods version 11.14.0.
        - General (iOS, tvOS, Desktop): iOS, tvOS, and macOS SDKs are now built using Xcode 16.2.
        - General (Android): Fix a crash with 16 KB page sizes.
          ([#1259](https://github.com/firebase/firebase-unity-sdk/issues/1259)).
        - Messaging (Android): Fix issue with `SubscribeAsync` task not completing when
          a cached token is available.
          ([#1245](https://github.com/firebase/firebase-unity-sdk/issues/1245)).
        - Messaging (Android): Fix issue with missing theme causing a crash on Unity 6.
          ([#1229](https://github.com/firebase/firebase-unity-sdk/issues/1229))
  • 12.9.0

    Version 12.9.0
    
    ### 12.9.0
    -   Changes
        - General: Update to EDM4U version 1.2.186.
        - General: Fixed issue of Firebase Editor on Windows requiring iOS.
        - Firebase AI: Initial release of Firebase AI Logic, with support
          for Android, iOS, and desktop platforms.
          For more info, see https://firebase.google.com/docs/vertex-ai
  • 12.8.0

    Version 12.8.0
    
    ### 12.8.0
    -   Changes
        - General: Update to Firebase C++ SDK version 12.7.0.
        - General (iOS): Update to Firebase Cocoapods version 11.10.0.
        - General (Android): Update to Firebase Android BoM version 33.11.0.
  • 12.7.0

    Version 12.7.0
    
    ### 12.7.0
    - Changes
        - General (iOS): Update to Firebase Cocoapods version 11.9.0.
        - General (Android): Update to Firebase Android BoM version 33.10.0.
        - Crashlytics: Fix a problem with on-demand fatals blocking audio playback.
  • 12.6.0

    Version 12.6.0
    
    ### 12.6.0
    - Changes
        - General: Update to Firebase C++ SDK version 12.6.0.
        - General (iOS): Update to Firebase Cocoapods version 11.8.1.
        - General (Android): Update to Firebase Android BoM version 33.9.0.
        - General: Update to EDM4U version 1.2.185.
        - General (Android): Support 16 KB page sizes, needed by Android 15.
          For more info, see https://developer.android.com/guide/practices/page-sizes
  • 12.5.0

    Version 12.5.0
    
    ### 12.5.0
    - Changes
        - General: Update to Firebase C++ SDK version 12.5.0.
        - General (iOS): Update to Firebase Cocoapods version 11.6.0.
        - General (Android): Update to Firebase Android BoM version 33.7.0.
  • 12.4.1

    Version 12.4.1
    
    ### 12.4.1
    - Changes
        - General: Remove unresolved SWIG string symbols.
          ([#1139](https://github.com/firebase/firebase-unity-sdk/issues/1139)).
  • 12.4.0

    Version 12.4.0
    
    ### 12.3.0
    - Changes
        - General: Update to Firebase C++ SDK version 12.3.0.
        - General (Android): Update to Firebase Android BoM version 33.3.0.
        - General (Android): Updated the minSdkVersion to 24.
        - General (iOS): Update to Firebase Cocoapods version 11.2.0.
        - General: Update to EDM4U version 1.2.183.
        - Messaging (Android): Fixed issue with TokenReceived not being called
          when the application has a cached token from a previous run.
          https://github.com/firebase/quickstart-unity/issues/1088.
        - Remote Config: Fixed ConfigInfo fields to default to 0 when
          not throttled or having previous fetch data.
          ([#1058](https://github.com/firebase/firebase-unity-sdk/issues/1058)).
  • 12.3.0

    Version 12.3.0
    
    ### 12.3.0
    - Changes
        - General: Update to Firebase C++ SDK version 12.3.0.
        - General (Android): Update to Firebase Android BoM version 33.3.0.
        - General (iOS): Update to Firebase Cocoapods version 11.2.0.
        - General: Update to EDM4U version 1.2.183.
        - Messaging (Android): Fixed issue with TokenReceived not being called
          when the application has a cached token from a previous run.
          https://github.com/firebase/quickstart-unity/issues/1088.
        - Remote Config: Fixed ConfigInfo fields to default to 0 when
          not throttled or having previous fetch data.
          ([#1058](https://github.com/firebase/firebase-unity-sdk/issues/1058)).
  • 12.2.1

    Version 12.2.1
    
    ### 12.2.1
    - Changes
        - Messaging: Fixed a crash when opening a push notification.
          ([#1091](https://github.com/firebase/firebase-unity-sdk/issues/1091)).
  • 12.2.0

    Version 12.2.0
    
    ### 12.2.0
    - Changes
        - General: Update to Firebase C++ SDK version 12.2.0.
        - General (Android): Update to Firebase Android BoM version 33.1.2.
        - General (iOS): Update to Firebase Cocoapods version 11.0.0.
        - General: Update to EDM4U version 1.2.182.
        - Messaging: Deprecated the Dispose functions, as they are no longer
          necessary for cleaning up memory.