forked from npomfret/react-native-cloud-fs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better handling for android auth (npomfret#9)
* Handle being already signed in better When already signed in, unnecessary auth calls are made to Google API. Already being signed in is now handled better. This also gets rid of a weird flash when already signed in and making calls to `loginIfNeeded()` Also api setup issues were hard to debug because it was not logging the exception code from google. This is also fixed. * Update README.md Add usage example for android * Update README.md
- Loading branch information
1 parent
356f08f
commit cadc9f5
Showing
2 changed files
with
112 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters