-
Notifications
You must be signed in to change notification settings - Fork 4
App.js
Simranjyot Gill edited this page Dec 26, 2017
·
1 revision
It contains code for following important functionalities:
- It manages routes. It displays login screen if user has not authenticated yet and displays home screen when user is authenticated successfully.
- It contains a callback which adds user-info at firebase path
/users
, once user gets authenticated. - As we are using material-ui, it also adds
MuiThemeProvider
wrapper.
We are currently not displaying footer. But footer can be added by setting this.showFooter
flag present in App.js to true.