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: v18.8.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: v18.9.0
Choose a head ref
  • 16 commits
  • 82 files changed
  • 8 contributors

Commits on Jan 30, 2024

  1. fix(firestore, types): Add string type to DocumentSnapshot.get (#7593)

    ChromeQ authored Jan 30, 2024

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    MylesBorins Myles Borins
    Copy the full SHA
    d5b66ca View commit details
  2. docs(auth, mfa): fix example code typo (#7569)

    thesgadyal authored Jan 30, 2024
    Copy the full SHA
    b5fd29c View commit details
  3. fix(auth): use correct app instance (vs always default) in multifacto…

    …r and phone auth (#7564)
    
    * fix: fixed multifactor and phone auth always using default instance
    
    ---------
    
    Co-authored-by: Mike Hardy <github@mikehardy.net>
    Somebodybro and mikehardy authored Jan 30, 2024
    Copy the full SHA
    ff32fd3 View commit details

Commits on Jan 31, 2024

  1. docs(app, expo): updating app.json related to useFrameworks (#7600)

    * docs(app, expo):  updating app.json related to useFrameworks
    
    - useFrameworks property is not allowed in `ios:{...}` outside of the plugins.
    
    * style(lint): `yarn format:markdown`
    
    fixes a tiny spacing style deviation that irritatingly only shows up
    on linux (where CI runs) but does not show up on macOS (where most develop)
    
    ---------
    
    Co-authored-by: Mike Hardy <github@mikehardy.net>
    burhanyilmaz and mikehardy authored Jan 31, 2024
    Copy the full SHA
    79fc41c View commit details

Commits on Feb 8, 2024

  1. test(ci, perf): run android emulator on ubuntu

    the new actions runners for ubuntu have nested virt enabled,
    they are way faster than the non-apple-silicon runners,
    and the new apple silicon runners do not have nested virt
    
    these ubuntu runners are also not limited by the reduced
    concurrency the macos runners have
    
    - AVDs need a lot of disk, put them on /mnt/avd
    - AVD cache uses more time than it saves in new runner images
    - with unlimited concurrency, run a min-possible + max-possible API skew
    mikehardy committed Feb 8, 2024
    Copy the full SHA
    6612693 View commit details
  2. test(ci, perf): use macos-14 runner / iPhone 15 in CI

    the new apple silicon runner should be substantially faster,
    additionally we should switch to an iPhone definition that is
    included by default in Xcode 15 since we're moving all the way
    from macos-12 to macos-14 runner and the Xcode (with its simulator
    definitions) is jumping versions
    mikehardy committed Feb 8, 2024
    Copy the full SHA
    a61d9f2 View commit details
  3. Copy the full SHA
    05bdd1a View commit details
  4. test(deps): bump workflow actions to current versions

    should get rid of all the deprecated node warnings
    mikehardy committed Feb 8, 2024
    Copy the full SHA
    6517c34 View commit details
  5. test(ci, android): use unique names for android log file artifact

    if used in a matrix with more than one expansion entry, the log
    name needs the expansion variables or the upload collides and fails
    mikehardy committed Feb 8, 2024
    Copy the full SHA
    deac037 View commit details
  6. test(messaging, ios): avoid remote notification register on iOS17.2 s…

    …imulators
    
    This used to work fine with iOS16 through 17.1, but now with 17.2 registerForRemoteNotifications hangs
    
    Since we can't call that, we can't touch any of the getToken type methods, so add 17.2 to list of unsupported
    emulators, and skip token-related items for it
    mikehardy committed Feb 8, 2024
    Copy the full SHA
    73ca3d5 View commit details
  7. fix(messaging, ios): resolve getAPNSToken promise in all cases

    Fixes #7272 with thanks to @appa-gomi !
    mikehardy committed Feb 8, 2024
    1
    Copy the full SHA
    b30eee1 View commit details

Commits on Feb 9, 2024

  1. test(docs): update docs with current versions etc

    mikehardy committed Feb 9, 2024
    Copy the full SHA
    dce60cf View commit details

Commits on Feb 14, 2024

  1. refactor: fix typos (#7618)

    * fix typo
    * second typo
    * style(lint): `yarn lint:ios:fix`
    
    ---------
    
    Co-authored-by: Mike Hardy <github@mikehardy.net>
    paulb777 and mikehardy authored Feb 14, 2024
    Copy the full SHA
    2ff569d View commit details

Commits on Feb 19, 2024

  1. feat(analytics): add setConsent implementation (#7629)

    Summys authored Feb 19, 2024
    Copy the full SHA
    7816985 View commit details
  2. docs(app, ios): note pod install required for ios_config changes

    This wastes developer time and deserves a big note
    mikehardy committed Feb 19, 2024
    Copy the full SHA
    9e9255a View commit details

Commits on Feb 21, 2024

  1. chore(release): release packages

    Salakar committed Feb 21, 2024
    Copy the full SHA
    6952656 View commit details
Loading