Solve confilict between firebase library and app component & create index for firebase services folder to have a short path

This commit is contained in:
Qolzam
2017-10-21 11:33:47 +07:00
parent df84c80899
commit 407facb109
26 changed files with 18 additions and 813 deletions

View File

@@ -3,7 +3,7 @@
import React, { Component } from 'react'
import { connect } from 'react-redux'
import { Route, Switch, NavLink, withRouter, Redirect } from 'react-router-dom'
import { firebaseAuth, firebaseRef } from 'app/firebase'
import { firebaseAuth, firebaseRef } from 'app/firebaseClient'
import { push } from 'react-router-redux'
import Snackbar from 'material-ui/Snackbar'
import LinearProgress from 'material-ui/LinearProgress'