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: v14.3.2
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: v14.3.3
Choose a head ref
  • 7 commits
  • 46 files changed
  • 2 contributors

Commits on Feb 12, 2022

  1. Configuration menu
    Copy the full SHA
    292c424 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c60dbb6 View commit details
    Browse the repository at this point in the history
  3. test(ci, java): switch from adopt to temurin JDK

    temurin (from adoptium group) is the new community consensus for best JDK
    distribution and will be recommended in react-native install docs
    mikehardy committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    c10d15f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d122266 View commit details
    Browse the repository at this point in the history
  5. test(emulator): spec node16 for functions, only build on windows

    windows did not run the predeploy that built the emulator functions,
    which led to adding a yarn / yarn build step to main prepare
    
    main prepare ruus on vercel deploy which does not have node16,
    which led to removing engine version from package.json
    
    engine version is actually validated on emulator start,
    which led to emulator startup failure
    
    So, only do prepare for windows emulator start, which allows
    use of engines: node16 without blowing up vercel deploy
    mikehardy committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    f6fbd82 View commit details
    Browse the repository at this point in the history
  6. chore(fuunctions, lint): fix android formatting

    not sure how this slipped through CI
    mikehardy committed Feb 12, 2022
    1 Configuration menu
    Copy the full SHA
    70c1d42 View commit details
    Browse the repository at this point in the history
  7. 1 Configuration menu
    Copy the full SHA
    55dc55c View commit details
    Browse the repository at this point in the history
Loading