File tree 1 file changed +11
-6
lines changed
1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 5
5
* [ Tutorial] ( https://www.robinwieruch.de/complete-firebase-authentication-react-tutorial/ )
6
6
* [ Live Version of half of the Tutorial] ( https://react-firebase-authentication.wieruch.com/ )
7
7
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
+
8
16
## Features
9
17
10
18
* uses:
11
19
* 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
17
22
* features:
18
23
* Sign In
19
24
* Sign Up
@@ -101,4 +106,4 @@ REACT_APP_CONFIRMATION_EMAIL_REDIRECT=http://localhost:3000
101
106
102
107
```
103
108
REACT_APP_CONFIRMATION_EMAIL_REDIRECT=https://mydomain.com
104
- ```
109
+ ```
You can’t perform that action at this time.
0 commit comments