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: invertase/react-native-firebase
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v21.13.0
Choose a base ref
...
head repository: invertase/react-native-firebase
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v21.14.0
Choose a head ref
  • 11 commits
  • 66 files changed
  • 6 contributors

Commits on Mar 31, 2025

  1. Configuration menu
    Copy the full SHA
    d94a2d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. Configuration menu
    Copy the full SHA
    5189c32 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. Configuration menu
    Copy the full SHA
    1bfd3eb View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. Configuration menu
    Copy the full SHA
    66ef77d View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. feat(messaging, android): support BigQuery export setting in firebase…

    ….json
    
    the BigQuery export true/false toggle was exposed as a programmatic API before,
    but there is also an AndroidManifest.xml setting we may expose via firebase.json
    mikehardy committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    fa0e967 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79b2ef8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc47364 View commit details
    Browse the repository at this point in the history
  4. feat(messaging, android): notification delegation APIs, firebase.json…

    … feature toggle
    
    with Android Q+ and current Google Play Services, android does notification delegation by
    default now for REST v1 API FCM, but this causes react-native-firebase message handlers to fail
    
    Implement a feature toggle in AndroidManifest.xml via firebase.json that defaults to false so
    most users won't be affected
    
    Implement the programmatic APIs to dynamically set and fetch current state for the feature as well
    mikehardy committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    c0c5054 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. Configuration menu
    Copy the full SHA
    a3d82c7 View commit details
    Browse the repository at this point in the history
  2. fix(app-check): type def fixes (#8367)

    * fix(app-check): initializeAppCheck fix
    * fix: appcheck calls
    * fix: tests
    * fix(app-check): Update methods to match new implementation
    MichaelVerdon authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    ecb1340 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c7beaa View commit details
    Browse the repository at this point in the history
Loading