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.6.1
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.6.2
Choose a head ref
  • 12 commits
  • 51 files changed
  • 5 contributors

Commits on Nov 6, 2023

  1. build(deps): yarn 4.0.1

    mikehardy committed Nov 6, 2023
    1
    Copy the full SHA
    b9140b2 View commit details
  2. [doc] FIX: Expo Managed Workflow links and descriptions

    The links and descriptions of how to create a new Expo app and how to install RNF were incorrect.
    
    These updates push more responsibility to the Expo docs themselves and reduce the amount that RNF needs to document.
    gregfenton authored and mikehardy committed Nov 6, 2023
    Copy the full SHA
    193a7d5 View commit details
  3. 1
    Copy the full SHA
    39d4ba4 View commit details

Commits on Nov 8, 2023

  1. docs(auth): fix sign in/out typo + add info about GoogleSignin.revoke…

    …Access() (#7445)
    
    * Fixed signed in/out mishap
    * Adding info about GoogleSignIn.revokeAccess
    rzfzr authored Nov 8, 2023
    1
    Copy the full SHA
    c23c570 View commit details
  2. docs(messaging, server-integration): document new / non-deprecated AP…

    …Is / JSON fields (#7448)
    
    * docs(server-integration): fix deprecated APIs and fields
    
    sendToDevice deprecated, use sendMulticast or sendEachForMulticast instead for sending messages to multiple devices.
    Correct field names: fcm_options->fcmOptions, image->imageUrl.
    
    * Update docs/messaging/server-integration.md
    
    * style(lint): `yarn lint:markdown --write`
    
    my own suggestion had poor formatting
    
    ---------
    
    Co-authored-by: Mike Hardy <github@mikehardy.net>
    drewxs and mikehardy authored Nov 8, 2023
    1
    Copy the full SHA
    2c1127a View commit details

Commits on Nov 21, 2023

  1. 1
    Copy the full SHA
    d6c875b View commit details

Commits on Nov 23, 2023

  1. fix: adopt firebase-ios-sdk 10.18.0 / firebase-android-sdk 32.6.0

    also bump all javascript dependencies and yarn
    mikehardy committed Nov 23, 2023
    Copy the full SHA
    6a8b25b View commit details
  2. Copy the full SHA
    c0dca8b View commit details
  3. Copy the full SHA
    432b228 View commit details
  4. perf(ci): no need to list simulators

    this was speculative earlier when Xcode changed and
    simulator list changed, to discover what was available
    
    it takes approximately a minute though and is not worth
    the delay normally
    mikehardy committed Nov 23, 2023
    Copy the full SHA
    08e40ec View commit details
  5. 1
    Copy the full SHA
    124619e View commit details
  6. 1
    Copy the full SHA
    8673f31 View commit details
Loading