Skip to content

Commit e773fde

Browse files
committedSep 13, 2018
readme
1 parent 4ae35df commit e773fde

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed
 

‎README.md

+14-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
1-
# Logging Into React Native Apps with Facebook or Google
1+
# Logging Into React Native Apps with Facebook/Google/GitHub and storing user sessions in RethinkDB
22

3-
Learn how to log users into React Native apps via Facebook or Google OAuth.
3+
Learn how to log users into React Native apps via Facebook/Google/GitHub OAuth.
44

5-
make sure to activate port forwarding in your browser: ie - `chrome://inspect/#devices`
5+
make sure to **activate port forwarding** in your browser: ie - `chrome://inspect/#devices`
6+
7+
rethinkdb
68

79
npm run server
810

911
npm run android
1012
or
1113
npm run ios
1214

13-
## Tutorial
15+
#### thanks to:
16+
17+
[Konstantin Shkut](https://github.com/KonstantinShkut) for [demonstrating](https://github.com/rationalappdev/react-native-oauth-login-tutorial) how passport.js works with react native
18+
[Jorge Silva](https://github.com/thejsj) for [demonstrating](https://github.com/thejsj/passport-rethinkdb-tutorial) how passport.js works with rethinkDB
19+
20+
## original tutorial
21+
22+
Read the full tutorial [here](http://rationalappdev.com/logging-into-react-native-apps-with-facebook-or-google)
1423

15-
Read the full tutorial here http://rationalappdev.com/logging-into-react-native-apps-with-facebook-or-google
24+
in this repository, i decided to split up the workflow into a few separate files instead of a single `./backend/server.js` file
1625

1726
## Demo
1827

0 commit comments

Comments
 (0)
Please sign in to comment.