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 configureMockStore from 'redux-mock-store'
import thunk from 'redux-thunk'
let expect = require('expect')
import firebase, {firebaseRef} from 'app/firebase'
import firebase, {firebaseRef} from 'app/firebaseClient'
let authorizeActions = require('authorizeActions')
import * as types from 'actionTypes'