Rename firebase folder to solve conflict

This commit is contained in:
Qolzam
2017-10-21 11:36:22 +07:00
parent 407facb109
commit ad57ea0a21
20 changed files with 823 additions and 0 deletions

View File

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