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.4.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: v14.5.0
Choose a head ref
  • 2 commits
  • 42 files changed
  • 2 contributors

Commits on Feb 15, 2022

  1. feat(auth, ios): Add support for Facebook Limited Login (#6073)

    * feat(auth,ios): Add support for Facebook Limited Login
    
    Add support for Facebook Limited Login by making passing a second argument to
    the providers `credential` function optional and handling this later on in the
    native code by calling the OAuth provider for Facebook.
    
    Fixes: #5441
    Signed-off-by: Martin Mazein <internet+github@amazeing.net>
    
    * tests(auth): Add test case for FB Limited Login
    
    This is just simply testing if the nonce passed to credentials is the nonce we
    see in the providers credential object.
    
    Signed-off-by: Martin Mazein <internet+github@amazeing.net>
    
    * docs(auth,ios): Add code snippet for Facebook Limited Login
    
    Signed-off-by: Martin Mazein <internet+github@amazeing.net>
    MegaMaddin authored Feb 15, 2022
    1 Configuration menu
    Copy the full SHA
    f681cc5 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    d9cf9c3 View commit details
    Browse the repository at this point in the history
Loading