Skip to content

Commit b6ea702

Browse files
authored
Update README.md
1 parent a281dc6 commit b6ea702

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

Diff for: README.md

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

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

1018
* uses:
1119
* only React (create-react-app)
12-
* firebase 5
13-
* react-router 4
20+
* firebase
21+
* react-router
1422
* **semantic UI**
15-
* no Redux/MobX
16-
* [Redux Version](https://github.com/taming-the-state-in-react/react-redux-firebase-authentication)
17-
* [MobX Version](https://github.com/taming-the-state-in-react/react-mobx-firebase-authentication)
1823
* features:
1924
* Sign In
2025
* Sign Up

0 commit comments

Comments
 (0)