Change move firebase services to firebase directory

This commit is contained in:
Qolzam
2017-10-20 20:02:53 +07:00
parent a40c18d253
commit 4381d62582
23 changed files with 40 additions and 18 deletions

View File

@@ -0,0 +1,17 @@
// - Import react components
import { firebaseRef, firebaseAuth } from 'app/firebase/'
import { SocialError } from 'domain/common'
import { ICommonService } from 'services/common'
/**
* Firbase common service
*
* @export
* @class CommonService
* @implements {ICommonService}
*/
export class CommonService implements ICommonService {
}

View File

@@ -0,0 +1,5 @@
import { CommonService } from './CommonService'
export {
CommonService
}