You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+14-5
Original file line number
Diff line number
Diff 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
2
2
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.
4
4
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
6
8
7
9
npm run server
8
10
9
11
npm run android
10
12
or
11
13
npm run ios
12
14
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)
14
23
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
0 commit comments