dwmkerr / gameboard

GameBoard is an app for keeping track of board game scores.
0 stars 1 forks source link

Update react-native-google-signin to the latest version 🚀 #128

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency react-native-google-signin was updated from 1.2.3 to 2.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for v2.0.0

This major release contains some minor changes in the api. Overall, most users should just be able to upgrade without any changes to their code.

Improvements

  • the flow and TS typings had some minor improvements

Breaking

  • accessToken and accessTokenExpirationDate are now removed from the object that is returned from signIn() or signInSilently(). If you need accessToken, please use the getTokens() method. However, please note that google discourages using accessToken.accessTokenExpirationDate was removed for api parity - this piece of information is only available on iOS and not on Android. If you need this information, please open an issue and explain the motivation why accessTokenExpirationDate should be added back. #649
  • signOut() and revokeAccess(), when successful, previously resolved with true. Now they will resolve with null. If you followed the examples in readme or the example app, this does not need any action from you #655

We hope you'll like our new release - almost a year after this package was moved to react native community, we're down to 12 open issues and the library is in a stable state. Thanks for using react-native-google-signin! 🎉

Commits

The new version differs by 3 commits.

  • f22a618 2.0.0
  • f0b2b41 resolve with null on success (#655)
  • 3cf2a97 remove GoogleAuthUtil.getToken call from default sign in process (#649)

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree: