Skip to content

Commit 92c5ac6

Browse files
authored
Update README.md
1 parent 77ce58e commit 92c5ac6

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,20 @@
55
* [Tutorial](https://www.robinwieruch.de/complete-firebase-authentication-react-tutorial/)
66
* [Live Version of half of the Tutorial](https://react-firebase-authentication.wieruch.com/)
77

8+
## Variations
9+
10+
* [Redux Version](https://github.com/the-road-to-react-with-firebase/react-redux-firebase-authentication)
11+
* [MobX Version](https://github.com/the-road-to-react-with-firebase/react-mobx-firebase-authentication)
12+
* [Gatsby Version](https://github.com/the-road-to-react-with-firebase/react-gatsby-firebase-authentication)
13+
* [Firestore Version](https://github.com/the-road-to-react-with-firebase/react-firestore-authentication)
14+
* [Semantic UI Version](https://github.com/the-road-to-react-with-firebase/react-semantic-ui-firebase-authentication)
15+
816
## Features
917

1018
* uses:
1119
* only React (create-react-app)
12-
* firebase 5
13-
* react-router 4
14-
* no Redux/MobX
15-
* [Redux Version](https://github.com/taming-the-state-in-react/react-redux-firebase-authentication)
16-
* [MobX Version](https://github.com/taming-the-state-in-react/react-mobx-firebase-authentication)
20+
* firebase
21+
* react-router
1722
* features:
1823
* Sign In
1924
* Sign Up
@@ -101,4 +106,4 @@ REACT_APP_CONFIRMATION_EMAIL_REDIRECT=http://localhost:3000
101106

102107
```
103108
REACT_APP_CONFIRMATION_EMAIL_REDIRECT=https://mydomain.com
104-
```
109+
```

0 commit comments

Comments
 (0)