SYMBOL INDEX (65 symbols across 11 files) FILE: src/app/actions/firebase_actions.js function loginWithProvider (line 13) | function loginWithProvider(provider) { function registerUser (line 20) | function registerUser(user) { function loginUser (line 27) | function loginUser(user) { function fetchUser (line 34) | function fetchUser() { function updateUser (line 40) | function updateUser(user) { function changePassword (line 47) | function changePassword(newPassword) { function resetPasswordEmail (line 54) | function resetPasswordEmail(email) { function logoutUser (line 61) | function logoutUser(user) { FILE: src/app/actions/types.js constant LOGIN_WITH_PROVIDER_FIREBASE (line 4) | const LOGIN_WITH_PROVIDER_FIREBASE = 'LOGIN_WITH_PROVIDER_FIREBASE'; constant REGISTER_FIREBASE_USER (line 5) | const REGISTER_FIREBASE_USER = 'REGISTER_FIREBASE_USER'; constant LOGIN_FIREBASE_USER (line 6) | const LOGIN_FIREBASE_USER = 'LOGIN_FIREBASE_USER'; constant FETCH_FIREBASE_USER (line 7) | const FETCH_FIREBASE_USER = 'FETCH_FIREBASE_USER'; constant UPDATE_FIREBASE_USER (line 8) | const UPDATE_FIREBASE_USER = 'UPDATE_FIREBASE_USER'; constant CHANGE_FIREBASE_USER_PASSWORD (line 9) | const CHANGE_FIREBASE_USER_PASSWORD = 'CHANGE_FIREBASE_USER_PASSWORD'; constant FIREBASE_PASSWORD_RESET_EMAIL (line 10) | const FIREBASE_PASSWORD_RESET_EMAIL = 'FIREBASE_PASSWORD_RESET_EMAIL'; constant LOGOUT_FIREBASE_USER (line 11) | const LOGOUT_FIREBASE_USER = 'LOGOUT_FIREBASE_USER'; FILE: src/app/components/app.jsx class App (line 10) | class App extends Component { method constructor (line 12) | constructor(props) { method _logOut (line 18) | _logOut() { method _read (line 25) | _read() { method _write (line 31) | _write() { method _renderUserMenu (line 35) | _renderUserMenu(currentUser) { method render (line 60) | render() { function mapDispatchToProps (line 96) | function mapDispatchToProps(dispatch) { function mapStateToProps (line 101) | function mapStateToProps(state) { FILE: src/app/components/user/change_password.jsx class ChangePassword (line 6) | class ChangePassword extends Component { method constructor (line 8) | constructor(props) { method onFormSubmit (line 16) | onFormSubmit(event) { method render (line 34) | render() { function mapDispatchToProps (line 60) | function mapDispatchToProps(dispatch) { function mapStateToProps (line 64) | function mapStateToProps(state) { FILE: src/app/components/user/login.jsx class UserLogin (line 8) | class UserLogin extends Component { method constructor (line 10) | constructor(props) { method onFormSubmit (line 19) | onFormSubmit(event) { method loginWithProvider (line 34) | loginWithProvider(provider) { method render (line 44) | render() { function mapDispatchToProps (line 103) | function mapDispatchToProps(dispatch) { function mapStateToProps (line 111) | function mapStateToProps(state) { FILE: src/app/components/user/profile.jsx class UserProfile (line 11) | class UserProfile extends Component { method constructor (line 13) | constructor(props) { method onFormSubmit (line 22) | onFormSubmit(event) { method render (line 38) | render() { function mapDispatchToProps (line 74) | function mapDispatchToProps(dispatch) { function mapStateToProps (line 79) | function mapStateToProps(state) { FILE: src/app/components/user/register.jsx class UserRegister (line 7) | class UserRegister extends Component { method constructor (line 8) | constructor(props) { method onFormSubmit (line 16) | onFormSubmit(event) { method render (line 32) | render() { function mapDispatchToProps (line 83) | function mapDispatchToProps(dispatch) { function mapStateToProps (line 89) | function mapStateToProps(state) { FILE: src/app/components/user/reset_password.jsx class ResetPassword (line 6) | class ResetPassword extends Component { method constructor (line 7) | constructor(props) { method onFormSubmit (line 15) | onFormSubmit(event) { method render (line 27) | render() { function mapDispatchToProps (line 48) | function mapDispatchToProps(dispatch) { FILE: src/app/reducers/firebase_user_reducer.js function loginWithProvider (line 47) | function loginWithProvider(provider) { function registerUser (line 51) | function registerUser(user) { function loginUser (line 55) | function loginUser(user) { function fetchUser (line 59) | function fetchUser() { function updateUser (line 63) | function updateUser(user) { function changePassword (line 67) | function changePassword(newPassword) { function resetPasswordEmail (line 71) | function resetPasswordEmail(email) { function logoutUser (line 75) | function logoutUser(user) { FILE: src/app/utils/authenticated.js function requireAuth (line 1) | function requireAuth(nextState, replace) { FILE: test/test_helper.js function renderComponent (line 19) | function renderComponent(ComponentClass, props = {}, state = {}) {