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.12.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.12.1
Choose a head ref
  • 17 commits
  • 61 files changed
  • 6 contributors

Commits on Mar 4, 2025

  1. fix(database): define increment in modular API (#8377)

    ---------
    Co-authored-by: jude.kwashie <judekwashie70@gmail.com>
    MichaelVerdon and SelaseKay authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    e13598b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df24ed6 View commit details
    Browse the repository at this point in the history
  3. docs(remote-config, ios): remove android-only marker on setConfigSett…

    …ings
    
    copy-paste error from the `reset` method which *is* android-only
    mikehardy committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    110c006 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9b7175 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

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

Commits on Mar 17, 2025

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

Commits on Mar 20, 2025

  1. test(vertexai): handle new vertexai mock responses version

    - has a new v7 on the end, so update gitignore
    - moved responses to subdirectory, add new subdir to dir lookup
    mikehardy committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    2de6726 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffc7b4c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. fix(android): adopt firebase-android-sdk 33.11.0

    - includes bump to app distribution version
    mikehardy committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    8271231 View commit details
    Browse the repository at this point in the history
  2. test(ios): add run script for release mode test

    this immediately reproduces a functions crash
    mikehardy committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    6c331b4 View commit details
    Browse the repository at this point in the history
  3. style(lint): auto-reformat of the detox JS

    no functional changes
    mikehardy committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    6cf834c View commit details
    Browse the repository at this point in the history
  4. test(ci, ios): build/run in release mode in CI in addition to debug

    - note that you still need the packager started, auth tests use a continueUrl
      that hits 8081, and tests will fail if the port refuses connection
    mikehardy committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    5360b9d View commit details
    Browse the repository at this point in the history
  5. test: upstream fix for release mode iOS crash

    This fixes a null-handling crash bug upstream that we trigger in
    functions and firestore
    
    It is preseent in 0.77.1, and 0.78.0
    It is fixed upstream in 0.77.2 and 0.78.1 and 0.79.0
    
    This patch may be dropped once one of those versions with the fixed
    is adopted here
    
    The crash would not be triggered in our "other" platform support as
    those don't rely on the native null handling in functions and firestore
    mikehardy committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    4bd883f View commit details
    Browse the repository at this point in the history
  6. fix(app): App type def fix (#8365)

    ---------
    
    Co-authored-by: Mike Hardy <github@mikehardy.net>
    MichaelVerdon and mikehardy authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    068a924 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    12ddc18 View commit details
    Browse the repository at this point in the history
  8. docs: Add instructions for iOS AppDelegate.swift on react-native 0.77 (

    …#8265)
    
    * Added instructions for iOS AppDelegate.swift on react-native 0.77
    * style(lint): `yarn lint:markdown --write`
    
    ---------
    
    Co-authored-by: Mike Hardy <github@mikehardy.net>
    bigriot and mikehardy authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    9c1a9a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2025

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