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: v12.7.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: v12.7.3
Choose a head ref
  • 5 commits
  • 43 files changed
  • 6 contributors

Commits on Aug 21, 2021

  1. docs(functions): fix example curl command in writing functions doc (#…

    …5632)
    
    * Given curl command doesn't work
    
    The current curl command in writing-deploying-functions.md doesn't work. Firebase Callable functions expect a POST method and the body must contain a field called data.
    (See: https://firebase.google.com/docs/functions/callable-reference)
    
    * Update docs/functions/writing-deploying-functions.md
    
    Co-authored-by: Mike Hardy <github@mikehardy.net>
    FirasGit and mikehardy authored Aug 21, 2021
    1 Configuration menu
    Copy the full SHA
    a3e322b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

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

Commits on Aug 24, 2021

  1. fix(messaging, ios): revert "fix(messaging, ios): only call onMessage…

    … handler if message is data-only or undelivered" (#5641)
    
    * Revert "lint fixes"
    
    This reverts commit 6067c5f.
    
    * Revert "fix: onMessage to only trigger for data-only or undelivered messages"
    
    This reverts commit a31643b.
    helenaford authored Aug 24, 2021
    1 Configuration menu
    Copy the full SHA
    f2162b7 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    3078565 View commit details
    Browse the repository at this point in the history
Loading