File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/the-road-to-react-with-firebase/react-redux-firebase-authentication.svg?branch=master )] ( https://travis-ci.org/the-road-to-react-with-firebase/react-redux-firebase-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-redux-firebase-authentication.svg )] ( https://greenkeeper.io/ )
4
4
5
- * [ Tutorial] ( https://www.robinwieruch.de/complete-firebase-authentication-react-tutorial/ )
5
+ * [ React + Firebase Tutorial] ( https://www.robinwieruch.de/complete-firebase-authentication-react-tutorial/ )
6
+ * [ React + Firebase + Redux Tutorial] ( https://www.robinwieruch.de/react-firebase-redux-tutorial )
6
7
* [ Live Version of half of the Tutorial] ( https://react-redux-firebase-authentication.wieruch.com/ )
7
8
8
9
## Features
Original file line number Diff line number Diff line change @@ -18,14 +18,12 @@ class HomePage extends Component {
18
18
}
19
19
20
20
render ( ) {
21
- const { users } = this . props ;
22
-
23
21
return (
24
22
< div >
25
23
< h1 > Home Page</ h1 >
26
24
< p > The Home Page is accessible by every signed in user.</ p >
27
25
28
- < Messages users = { users } />
26
+ < Messages users = { this . props . users } />
29
27
</ div >
30
28
) ;
31
29
}
You can’t perform that action at this time.
0 commit comments