SYMBOL INDEX (42 symbols across 13 files) FILE: src/auth/auth.js function initAuth (line 5) | function initAuth(dispatch) { FILE: src/auth/reducer.js function authReducer (line 12) | function authReducer(state = new AuthState(), {payload, type}) { FILE: src/auth/selectors.js function isAuthenticated (line 4) | function isAuthenticated(state) { FILE: src/firebase/firebase-list.js class FirebaseList (line 4) | class FirebaseList { method constructor (line 5) | constructor(actions, modelClass) { method path (line 10) | get path() { method path (line 14) | set path(value) { method push (line 18) | push(value) { method remove (line 25) | remove(key) { method update (line 32) | update(key, value) { method subscribe (line 39) | subscribe(emit) { method unwrapSnapshot (line 69) | unwrapSnapshot(snapshot) { FILE: src/index.js function render (line 19) | function render(Component) { FILE: src/register-service-worker.js function register (line 21) | function register() { function registerValidSW (line 46) | function registerValidSW(swUrl) { function checkValidServiceWorker (line 75) | function checkValidServiceWorker(swUrl) { function unregister (line 102) | function unregister() { FILE: src/store.js function configureStore (line 9) | function configureStore() { FILE: src/tasks/reducer.js function tasksReducer (line 11) | function tasksReducer(state = new TasksState(), {payload, type}) { FILE: src/tasks/sagas.js function subscribe (line 9) | function subscribe() { FILE: src/tasks/selectors.js function getTasks (line 4) | function getTasks(state) { function getTaskFilter (line 8) | function getTaskFilter(state) { function getTaskList (line 12) | function getTaskList(state) { FILE: src/views/components/github-logo/github-logo.js function GitHubLogo (line 4) | function GitHubLogo() { FILE: src/views/components/task-form/task-form.js class TaskForm (line 7) | class TaskForm extends Component { method constructor (line 12) | constructor() { method clearInput (line 22) | clearInput() { method handleChange (line 26) | handleChange(event) { method handleKeyUp (line 30) | handleKeyUp(event) { method handleSubmit (line 34) | handleSubmit(event) { method render (line 41) | render() { FILE: src/views/components/task-item/task-item.js class TaskItem (line 10) | class TaskItem extends Component { method constructor (line 11) | constructor() { method edit (line 24) | edit() { method handleKeyUp (line 28) | handleKeyUp(event) { method remove (line 37) | remove() { method save (line 41) | save(event) { method stopEditing (line 54) | stopEditing() { method toggleStatus (line 58) | toggleStatus() { method renderTitle (line 63) | renderTitle(task) { method renderTitleInput (line 71) | renderTitleInput(task) { method render (line 85) | render() {