Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: firebase/firebase-cpp-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: firebase/firebase-cpp-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: remove-gma-sdk
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Mar 27, 2025

  1. Remove GMA C++ SDK

    This commit removes the deprecated GMA C++ SDK from the project.
    
    The following changes were made:
    
    - Renamed the  directory to .
    - Removed  from .
    - Removed GMA-related entries from .
    - Removed  from the  array in build path: ios_build
    source path: .
    build platforms: device simulator
    build architectures: arm64 x86_64
    build targets: firebase_analytics firebase_auth firebase_app_check firebase_database firebase_dynamic_links firebase_firestore firebase_functions firebase_installations firebase_messaging firebase_remote_config firebase_storage
    generate Makefiles: true
    CMake Build: true
    generate Makefiles start.
    - Partially updated  to remove GMA from the default apis list.
    - Partially updated  to remove logic related to gma_flag.
    - Removed the "Google Mobile Ads" entry from the feature table for Android dependencies in .
    - Removed the "Google Mobile Ads (stub) | firebase_gma.lib" line from the Desktop Implementations table in .
    
    Note: Some changes in ,  and  might not be fully applied due to issues with the  tool.
    Tests were skipped due to a tool error.
    google-labs-jules[bot] committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    55644d3 View commit details
    Browse the repository at this point in the history
Loading