Skip to content

Commit ce9f060

Browse files
authored
Update README.md
1 parent f20dac0 commit ce9f060

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,24 @@
22

33
[![Build Status](https://travis-ci.org/the-road-to-react-with-firebase/react-firestore-authentication.svg?branch=master)](https://travis-ci.org/the-road-to-react-with-firebase/react-firestore-authentication) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/) [![Greenkeeper badge](https://badges.greenkeeper.io/the-road-to-react-with-firebase/react-firestore-authentication.svg)](https://greenkeeper.io/)
44

5-
* [Tutorial for React Firebase but not Firestore](https://www.robinwieruch.de/complete-firebase-authentication-react-tutorial/)
5+
* [Tutorial for React Firebase](https://www.robinwieruch.de/complete-firebase-authentication-react-tutorial/)
6+
* [React + Firestore Tutorial](https://www.robinwieruch.de/react-firestore-tutorial)
67
* [Live Version of half of the Tutorial](https://react-firebase-authentication.wieruch.com/)
78

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

1019
* uses:
1120
* only React (create-react-app)
1221
* firestore
13-
* react-router 4
14-
* no Redux/MobX
15-
* [Redux Version with Firebase](https://github.com/taming-the-state-in-react/react-redux-firebase-authentication)
16-
* [MobX Version with Firebase](https://github.com/taming-the-state-in-react/react-mobx-firebase-authentication)
22+
* react-router
1723
* features:
1824
* Sign In
1925
* Sign Up
@@ -105,4 +111,4 @@ REACT_APP_CONFIRMATION_EMAIL_REDIRECT=http://localhost:3000
105111

106112
```
107113
REACT_APP_CONFIRMATION_EMAIL_REDIRECT=https://mydomain.com
108-
```
114+
```

0 commit comments

Comments
 (0)